Mark Dickinson <dicki...@gmail.com> added the comment:

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.

----------
nosy: +ethan.furman, mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42248>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to