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 vstinner
Date 2021-10-12.06:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634020707.37.0.486586557085.issue45439@roundup.psfhosted.org>
In-reply-to
Content
New changeset d943d19172aa93ce88bade15b9f23a0ce3bc72ff by Victor Stinner in branch 'main':
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
https://github.com/python/cpython/commit/d943d19172aa93ce88bade15b9f23a0ce3bc72ff
History
Date User Action Args
2021-10-12 06:38:27vstinnersetrecipients: + vstinner
2021-10-12 06:38:27vstinnersetmessageid: <1634020707.37.0.486586557085.issue45439@roundup.psfhosted.org>
2021-10-12 06:38:27vstinnerlinkissue45439 messages
2021-10-12 06:38:27vstinnercreate