Message104734
The documentation for the 'y' format (PyArg_ParseTuple and friends) states that:
« The bytes object must not contain embedded NUL bytes; if it does, a TypeError exception is raised. »
But, reading Python/getargs.c, the strlen() check is actually missing in the code for 'y'. |
|
Date |
User |
Action |
Args |
2010-05-01 18:04:35 | pitrou | set | recipients:
+ pitrou, loewis |
2010-05-01 18:04:35 | pitrou | set | messageid: <1272737075.21.0.258918022173.issue8592@psf.upfronthosting.co.za> |
2010-05-01 18:04:33 | pitrou | link | issue8592 messages |
2010-05-01 18:04:33 | pitrou | create | |
|