homepage

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 serhiy.storchaka
Recipients georg.brandl, larry, meador.inge, serhiy.storchaka, zach.ware
Date 2014年01月16日.09:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389864557.68.0.508939093801.issue20226@psf.upfronthosting.co.za>
In-reply-to
Content
Excellent! I'm rewriting the zlib module and the code becomes much cleaner with this patch.
There is one problem left -- Py_buffer doesn't support default value at all.
Such code
/*[clinic input]
zlib.compressobj
 zdict: Py_buffer = unspecified
[clinic start generated code]*/
produces error:
When you specify a named constant ('unspecified') as your default value,
you MUST specify a valid c_default.
But this code
/*[clinic input]
zlib.compressobj
 zdict: Py_buffer(c_default="{NULL, NULL}") = unspecified
[clinic start generated code]*/
produces error too:
The only legal default value for Py_buffer is None.
And specifying c_default=None returns first error.
History
Date User Action Args
2014年01月16日 09:29:17serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, larry, meador.inge, zach.ware
2014年01月16日 09:29:17serhiy.storchakasetmessageid: <1389864557.68.0.508939093801.issue20226@psf.upfronthosting.co.za>
2014年01月16日 09:29:17serhiy.storchakalinkissue20226 messages
2014年01月16日 09:29:17serhiy.storchakacreate

AltStyle によって変換されたページ (->オリジナル) /