Message104723
In posixmodule.c, the following snippet doesn't make sense anymore:
if (k == NULL) {
PyErr_Clear();
continue;
}
If memory allocation of the bytes object fails, we should error out.
(same for "if (v == NULL)" a bit later) |
|
| Date |
User |
Action |
Args |
| 2010-05-01 15:12:18 | pitrou | set | recipients:
+ pitrou, lemburg, loewis, gregory.p.smith, vstinner, ezio.melotti, Arfrever |
| 2010-05-01 15:12:18 | pitrou | set | messageid: <[email protected]> |
| 2010-05-01 15:12:16 | pitrou | link | issue8514 messages |
| 2010-05-01 15:12:16 | pitrou | create | |
|