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 larry, meador.inge, nadeem.vawda, serhiy.storchaka
Date 2014-01-09.00:02:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389225734.59.0.766789066851.issue20193@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2014-01-09 00:02:14larrysetrecipients: + larry, nadeem.vawda, meador.inge, serhiy.storchaka
2014-01-09 00:02:14larrysetmessageid: <1389225734.59.0.766789066851.issue20193@psf.upfronthosting.co.za>
2014-01-09 00:02:14larrylinkissue20193 messages
2014-01-09 00:02:14larrycreate