This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, pitrou, scoder, vstinner
Date 2010-02-15.18:11:17
SpamBayes Score 0.010539918
Marked as misclassified No
Message-id <1266257480.37.0.133470506101.issue7173@psf.upfronthosting.co.za>
In-reply-to
Content
OK, here is a short test case with no dependencies.
I kept the name of the original functions in Cython/Compiler/TreePath.py.
The script crashes because the RuntimeError has been cleared as part of a reference cycle, all its attributes are NULL but it is still referenced in exc_info()...
History
Date User Action Args
2010-02-15 18:11:20amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, scoder, vstinner, benjamin.peterson, Arfrever
2010-02-15 18:11:20amaury.forgeotdarcsetmessageid: <1266257480.37.0.133470506101.issue7173@psf.upfronthosting.co.za>
2010-02-15 18:11:18amaury.forgeotdarclinkissue7173 messages
2010-02-15 18:11:18amaury.forgeotdarccreate