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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20193>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to