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 gerald.dalley2
Recipients efroemling, gerald.dalley2
Date 2020-12-04.20:09:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607112551.6.0.316297768776.issue42248@roundup.psfhosted.org>
In-reply-to
Content
I and a few others have run into issues with the Enum constructors producing spurious reference cycles. This can cause memory explosions if large objects like numpy arrays are held in any of the relevant stack frames. Based on https://bugs.python.org/issue36820, it looks like the maintainers of CPython are open to fixing similar issues, and PRs look like the way to make progress.
History
Date User Action Args
2020-12-04 20:09:11gerald.dalley2setrecipients: + gerald.dalley2, efroemling
2020-12-04 20:09:11gerald.dalley2setmessageid: <1607112551.6.0.316297768776.issue42248@roundup.psfhosted.org>
2020-12-04 20:09:11gerald.dalley2linkissue42248 messages
2020-12-04 20:09:11gerald.dalley2create
Morty Proxy This is a proxified and sanitized view of the page, visit original site.