[issue15466] Python/importlib.h is different on 32bit and 64bit

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jul 27 14:53:53 CEST 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I realize that uppercase I and lowercase L are easily confused:

On first row, 'I' (=TYPE_INT64) followed by 0xFFFFFFFF on 8 bytes.
On second row, 'l' (=TYPE_LONG) followed by 3 followed by 0xFFFFFFFF (in 3 chunks of 15 bits).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15466>
_______________________________________


More information about the Python-bugs-list mailing list