Message173702
I suggest use PyLong_AsLongAndOverflow/PyLong_AsLongLongAndOverflow and then PyLong_AsUnsignedLong/PyLong_AsUnsignedLongLong in case if positive overflow. Perhaps you need also special converters for "O&" format in PyArg_ParseTuple. This issue is not as easy as it seemed. ;-) |
|
| Date |
User |
Action |
Args |
| 2012-10-24 20:38:12 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, christian.heimes, ajaksu2, r.david.murray, petri.lehtinen, tzimmo |
| 2012-10-24 20:38:12 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2012-10-24 20:38:12 | serhiy.storchaka | link | issue2005 messages |
| 2012-10-24 20:38:12 | serhiy.storchaka | create | |
|