Message390093
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. |
|
| Date |
User |
Action |
Args |
| 2021-04-02 19:26:15 | mark.dickinson | set | recipients:
+ mark.dickinson, ethan.furman, efroemling, gerald.dalley2 |
| 2021-04-02 19:26:15 | mark.dickinson | set | messageid: <[email protected]> |
| 2021-04-02 19:26:15 | mark.dickinson | link | issue42248 messages |
| 2021-04-02 19:26:15 | mark.dickinson | create | |
|