Message 208288 - Python tracker

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.

Content
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?