消息 [104723]
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) |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-05-01 15:12:18 | pitrou | 修改 | recipients:
+ pitrou, lemburg, loewis, gregory.p.smith, vstinner, ezio.melotti, Arfrever |
| 2010-05-01 15:12:18 | pitrou | 修改 | messageid: <1272726738.34.0.436532347795.issue8514@psf.upfronthosting.co.za> |
| 2010-05-01 15:12:16 | pitrou | 链接 | issue8514 messages |
| 2010-05-01 15:12:16 | pitrou | 创建 | |
|