Message160005
> Having meditated on it, I think either I should either just call
> PyErr_Occured, check for explicit failure (val < 0), or explicit success
> (val >= 0). I've opted for the last of those.
Yes, I think that works; it avoids a relatively expensive PyErr_Occurred() call in the non-failure case. The new code looks fine to me! |
|
| Date |
User |
Action |
Args |
| 2012-05-05 16:45:37 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, georg.brandl, larry, eric.smith, benjamin.peterson, serhiy.storchaka |
| 2012-05-05 16:45:37 | mark.dickinson | set | messageid: <[email protected]> |
| 2012-05-05 16:45:37 | mark.dickinson | link | issue14705 messages |
| 2012-05-05 16:45:37 | mark.dickinson | create | |
|