[issue21435] Segfault with cyclic reference and asyncio.Future

Guido van Rossum report at bugs.python.org
Mon May 5 19:23:04 CEST 2014


Guido van Rossum added the comment:

Confirmed too (OSX 10.9 again, CPython 3.4 or 3.5; but it doesn't crash with CPython 3.3). There is no C code in asyncio, so I'm not sure how asyncio can be directly responsible for this crash. Probably some of the GC improvements have an edge case that is triggered by the example program. Adding Antoine and Victor, they probably understand that code better.

----------
nosy: +gvanrossum, haypo, pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21435>
_______________________________________


More information about the Python-bugs-list mailing list