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 larry
Recipients georg.brandl, larry, meador.inge, serhiy.storchaka, zach.ware
Date 2014-01-16.16:56:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389891390.85.0.473901599041.issue20226@psf.upfronthosting.co.za>
In-reply-to
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?
History
Date User Action Args
2014-01-16 16:56:30larrysetrecipients: + larry, georg.brandl, meador.inge, zach.ware, serhiy.storchaka
2014-01-16 16:56:30larrysetmessageid: <1389891390.85.0.473901599041.issue20226@psf.upfronthosting.co.za>
2014-01-16 16:56:30larrylinkissue20226 messages
2014-01-16 16:56:30larrycreate