[issue20226] Argument Clinic: support for simple expressions?

Larry Hastings report at bugs.python.org
Thu Jan 16 17:56:30 CET 2014


Larry Hastings added the comment:

Py_buffer is currently inflexible.  The only default value it accepts is None.  If you want it to be required, give it no default value.  If you want it to be optional, give it a default value of None.

Do you have a use case for any other default value?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20226>
_______________________________________


More information about the Python-bugs-list mailing list