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, petdance, shihai1991, vstinner
Date 2020-04-07.23:13:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset ef5c615f5ae72c4f6979159c94da46afefbfab9a by Victor Stinner in branch 'master':
bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376)
https://github.com/python/cpython/commit/ef5c615f5ae72c4f6979159c94da46afefbfab9a
History
Date User Action Args
2020-04-07 23:13:57vstinnersetrecipients: + vstinner, Michael.Felt, corona10, shihai1991, petdance
2020-04-07 23:13:57vstinnersetmessageid: <[email protected]>
2020-04-07 23:13:57vstinnerlinkissue40170 messages
2020-04-07 23:13:57vstinnercreate