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