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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2020-11-21.10:02:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605952976.51.0.404046114663.issue42412@roundup.psfhosted.org>
In-reply-to
Content
New changeset 1db76394ea79030aa4ed5349c950f6c6da51450f by Serhiy Storchaka in branch 'master':
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410)
https://github.com/python/cpython/commit/1db76394ea79030aa4ed5349c950f6c6da51450f
History
Date User Action Args
2020-11-21 10:02:56serhiy.storchakasetrecipients: + serhiy.storchaka
2020-11-21 10:02:56serhiy.storchakasetmessageid: <1605952976.51.0.404046114663.issue42412@roundup.psfhosted.org>
2020-11-21 10:02:56serhiy.storchakalinkissue42412 messages
2020-11-21 10:02:56serhiy.storchakacreate