New submission from Pablo Galindo Salgado <pablog...@gmail.com>:

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).

----------
messages: 402897
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Allow "p" in Py_BuildValue

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45325>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to