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 Mark.Shannon, eric.snow, erlendaasland, vstinner
Date 2022-01-17.17:24:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642440291.57.0.2419457285.issue45691@roundup.psfhosted.org>
In-reply-to
Content
Mark:
> `sys.float_info.n_unnamed_fields` causes a memory violation if the per-interpreter allocated 0 held by sys.float_info.n_unnamed_fields is freed.

I created bpo-46417 follow-up issue: "[subinterpreters] Clear static types in Py_Finalize()".
History
Date User Action Args
2022-01-17 17:24:51vstinnersetrecipients: + vstinner, Mark.Shannon, eric.snow, erlendaasland
2022-01-17 17:24:51vstinnersetmessageid: <1642440291.57.0.2419457285.issue45691@roundup.psfhosted.org>
2022-01-17 17:24:51vstinnerlinkissue45691 messages
2022-01-17 17:24:51vstinnercreate