Message 99366 - Python tracker

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.

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()...