Message170847
Getting a C int out of a Python int is currently a bit awkward. What do you think about adding a PyLong_AsInt counterpart to PyLong_AsLong? (The alternative is to use PyLong_AsLong and repeat the same overflow detection code in many places.) |
|
Date |
User |
Action |
Args |
2012-09-20 20:49:20 | mark.dickinson | set | recipients:
+ mark.dickinson, serhiy.storchaka |
2012-09-20 20:49:20 | mark.dickinson | set | messageid: <1348174160.31.0.541120761381.issue15989@psf.upfronthosting.co.za> |
2012-09-20 20:49:19 | mark.dickinson | link | issue15989 messages |
2012-09-20 20:49:19 | mark.dickinson | create | |
|