Message104723
| Author | pitrou |
|---|---|
| Recipients | Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner |
| Date | 2010-05-01.15:12:16 |
| SpamBayes Score | 0.009321697 |
| Marked as misclassified | No |
| Message-id | <1272726738.34.0.436532347795.issue8514@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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) |
|
| History | |||
|---|---|---|---|
| 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: <1272726738.34.0.436532347795.issue8514@psf.upfronthosting.co.za> |
| 2010-05-01 15:12:16 | pitrou | link | issue8514 messages |
| 2010-05-01 15:12:16 | pitrou | create | |