[Python-Dev] Convert from unsigned long long to PyLong
Stefan Ring
stefanrin at gmail.com
Fri Jul 22 05:02:23 EDT 2016
More information about the Python-Dev mailing list
Fri Jul 22 05:02:23 EDT 2016
- Previous message (by thread): [Python-Dev] Convert from unsigned long long to PyLong
- Next message (by thread): [Python-Dev] Convert from unsigned long long to PyLong
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So to sum this up, you claim that PyLong_FromUnsignedLongLong can somehow produce a number larger than the value range of a 64 bit number (0x10000000000000180). I have a hard time believing this. Most likely you are looking in the wrong place, mysql_affected_rows returns 2^64-1, and some Python code later adds 0x181 to that number.
- Previous message (by thread): [Python-Dev] Convert from unsigned long long to PyLong
- Next message (by thread): [Python-Dev] Convert from unsigned long long to PyLong
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list