[issue20193] Derby: Convert the zlib, _bz2 and _lzma modules to use Argument Clinic

Larry Hastings report at bugs.python.org
Thu Jan 9 01:02:14 CET 2014


Larry Hastings added the comment:

> Previous approach is not applicable to compressobj because
> Py_buffer can't have default value. Seems as compressobj is
> not compatible with Argument Clinic.

Then perhaps we can fix Argument Clinic to be compatible.  Py_buffer doesn't like default values because they mostly don't make sense.  However, I suspect a default value of "None" is fine.  I'll sleep on it and hopefully I can come up with something that will work tomorrow.

----------

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


More information about the Python-bugs-list mailing list