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 Yonatan Goldschmidt, miss-islington, serhiy.storchaka
Date 2020-10-29.11:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603969400.79.0.0593581750938.issue42143@roundup.psfhosted.org>
In-reply-to
Content
New changeset 60324d26b58c89d68abb23fb42f1563d395c3910 by Miss Skeleton (bot) in branch '3.9':
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) (GH-23021)
https://github.com/python/cpython/commit/60324d26b58c89d68abb23fb42f1563d395c3910
History
Date User Action Args
2020-10-29 11:03:20serhiy.storchakasetrecipients: + serhiy.storchaka, miss-islington, Yonatan Goldschmidt
2020-10-29 11:03:20serhiy.storchakasetmessageid: <1603969400.79.0.0593581750938.issue42143@roundup.psfhosted.org>
2020-10-29 11:03:20serhiy.storchakalinkissue42143 messages
2020-10-29 11:03:20serhiy.storchakacreate