Message303250
The code doesn't work nice with general objects supporting the buffer protocol. The length check suppose that the value has a length, and it is the size in bytes. The code for bytes_le suppose that the value supports slicing and concatenating results of the slicing. And all this code is made as fast as possible. Additional checks and conversions will slowdown it. |
|
| Date |
User |
Action |
Args |
| 2017-09-28 14:51:47 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, barry, vstinner, jnwatson |
| 2017-09-28 14:51:47 | serhiy.storchaka | set | messageid: <1506610307.16.0.466225441844.issue29729@psf.upfronthosting.co.za> |
| 2017-09-28 14:51:47 | serhiy.storchaka | link | issue29729 messages |
| 2017-09-28 14:51:47 | serhiy.storchaka | create | |
|