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 Michael.Felt, corona10, miss-islington, rhettinger, ronaldoussoren, shihai1991, vstinner
Date 2020-11-11.13:28:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605101280.33.0.912132437176.issue40170@roundup.psfhosted.org>
In-reply-to
Content
New changeset ba2958ed40d284228836735cbed4a155190e0998 by Victor Stinner in branch 'master':
bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236)
https://github.com/python/cpython/commit/ba2958ed40d284228836735cbed4a155190e0998
History
Date User Action Args
2020-11-11 13:28:00vstinnersetrecipients: + vstinner, rhettinger, ronaldoussoren, Michael.Felt, corona10, miss-islington, shihai1991
2020-11-11 13:28:00vstinnersetmessageid: <1605101280.33.0.912132437176.issue40170@roundup.psfhosted.org>
2020-11-11 13:28:00vstinnerlinkissue40170 messages
2020-11-11 13:28:00vstinnercreate