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 vstinner
Recipients eric.snow, methane, serhiy.storchaka, vstinner
Date 2018-05-31.14:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> The tp_clear handler of OrderedDict can set an exception when fail to allocate a nodes cache for an empty dict. An exception in tp_clear is not expected and caused a crash in the garbage collector.

If it's a cache, it would be better to cancel the caching, and just destroy the dictionary, no?
History
Date User Action Args
2018-05-31 14:16:40vstinnersetrecipients: + vstinner, methane, eric.snow, serhiy.storchaka
2018-05-31 14:16:40vstinnersetmessageid: <[email protected]>
2018-05-31 14:16:40vstinnerlinkissue33712 messages
2018-05-31 14:16:40vstinnercreate