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 pablogsal
Recipients pablogsal
Date 2021-09-29.18:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632938884.37.0.882166671136.issue45325@roundup.psfhosted.org>
In-reply-to
Content
We should allow Py_BuildValue to take a "p" argument that takes a C int and produces a Python Bool so it would be symmetric with the p format code for PyArg_Parse that takes a Python object and returns a C int containing PyObject_IsTrue(obj).
History
Date User Action Args
2021-09-29 18:08:04pablogsalsetrecipients: + pablogsal
2021-09-29 18:08:04pablogsalsetmessageid: <1632938884.37.0.882166671136.issue45325@roundup.psfhosted.org>
2021-09-29 18:08:04pablogsallinkissue45325 messages
2021-09-29 18:08:04pablogsalcreate