Message 208288 - Python tracker
Message208288
| Author | larry |
|---|---|
| Recipients | georg.brandl, larry, meador.inge, serhiy.storchaka, zach.ware |
| Date | 2014-01-16.16:56:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1389891390.85.0.473901599041.issue20226@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Py_buffer is currently inflexible. The only default value it accepts is None. If you want it to be required, give it no default value. If you want it to be optional, give it a default value of None. Do you have a use case for any other default value? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-16 16:56:30 | larry | set | recipients: + larry, georg.brandl, meador.inge, zach.ware, serhiy.storchaka |
| 2014-01-16 16:56:30 | larry | set | messageid: <1389891390.85.0.473901599041.issue20226@psf.upfronthosting.co.za> |
| 2014-01-16 16:56:30 | larry | link | issue20226 messages |
| 2014-01-16 16:56:30 | larry | create | |