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 mark.dickinson
Recipients efroemling, ethan.furman, gerald.dalley2, mark.dickinson
Date 2021-04-02.19:26:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617391575.54.0.393412103965.issue42248@roundup.psfhosted.org>
In-reply-to
Content
I'm running into this, too, on Python 3.9.2; in my case it's causing segmentation faults in a wxPython-based application. 

Those segfaults aren't the fault of the reference cycle, of course; they're a result of wxPython being finicky about object cleanup order, but the existence of the enum reference cycle does make it harder to maneuver wxPython into a place where it doesn't crash.
History
Date User Action Args
2021-04-02 19:26:15mark.dickinsonsetrecipients: + mark.dickinson, ethan.furman, efroemling, gerald.dalley2
2021-04-02 19:26:15mark.dickinsonsetmessageid: <1617391575.54.0.393412103965.issue42248@roundup.psfhosted.org>
2021-04-02 19:26:15mark.dickinsonlinkissue42248 messages
2021-04-02 19:26:15mark.dickinsoncreate