[issue7173] Cython compiler run crashes CPython 3.1.1 and 3.2

Amaury Forgeot d'Arc report at bugs.python.org
Sun Nov 22 22:07:58 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I reproduce the crash on Linux. Some debug prints showed that the failing 
exception object is "tp_clear'ed", because it belongs to a reference 
cycle. Now if it is cleared it should not be reachable...

----------

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


More information about the Python-bugs-list mailing list