Message 95608 - 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
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...