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 ronaldoussoren
Recipients WildCard65, christian.heimes, ronaldoussoren, terry.reedy, xxm
Date 2021-01-18.08:33:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610958827.58.0.42290157943.issue42887@roundup.psfhosted.org>
In-reply-to
Content
Note that there is a way to avoid this crash using the trashcan API (see the use of Py_TRASHCAN_BEGIN in various implementation).  This API is generally only used for recursive data structures and because it has a performance cost (based on what I've read in other issues).
History
Date User Action Args
2021-01-18 08:33:47ronaldoussorensetrecipients: + ronaldoussoren, terry.reedy, christian.heimes, WildCard65, xxm
2021-01-18 08:33:47ronaldoussorensetmessageid: <1610958827.58.0.42290157943.issue42887@roundup.psfhosted.org>
2021-01-18 08:33:47ronaldoussorenlinkissue42887 messages
2021-01-18 08:33:47ronaldoussorencreate