Message232244
Some builtins accept only read-only bytes-like objects (PyArg_Parse format codes "s#", "z#", "y", and "y#"). Proposed patch makes them accepting also mutable bytes-like objects such as bytearray.
I'm not sure that all these changes are useful, but in some cases this can get rid of copying binary data created in bytearray (e.g. read by readinto()). |
|
Date |
User |
Action |
Args |
2014-12-06 14:25:08 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka |
2014-12-06 14:25:06 | serhiy.storchaka | set | messageid: <1417875906.64.0.311564166909.issue23001@psf.upfronthosting.co.za> |
2014-12-06 14:25:06 | serhiy.storchaka | link | issue23001 messages |
2014-12-06 14:25:06 | serhiy.storchaka | create | |
|