Message 207717 - Python tracker
Message207717
| 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:14 | larry | set | recipients: + larry, nadeem.vawda, meador.inge, serhiy.storchaka |
| 2014-01-09 00:02:14 | larry | set | messageid: <1389225734.59.0.766789066851.issue20193@psf.upfronthosting.co.za> |
| 2014-01-09 00:02:14 | larry | link | issue20193 messages |
| 2014-01-09 00:02:14 | larry | create | |