Message159934
| Author | mark.dickinson |
|---|---|
| Recipients | eric.smith, larry, loewis, mark.dickinson, serhiy.storchaka |
| Date | 2012-05-04.13:43:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1336138998.81.0.962683617344.issue14705@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In this line in the patch (Python/getargs.c): + if (val == -1 || PyErr_Occurred()) { Isn't that call to PyErr_Occurred() redundant? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-05-04 13:43:18 | mark.dickinson | set | recipients: + mark.dickinson, loewis, larry, eric.smith, serhiy.storchaka |
| 2012-05-04 13:43:18 | mark.dickinson | set | messageid: <1336138998.81.0.962683617344.issue14705@psf.upfronthosting.co.za> |
| 2012-05-04 13:43:18 | mark.dickinson | link | issue14705 messages |
| 2012-05-04 13:43:18 | mark.dickinson | create | |