[issue4977] test_maxint64 fails on 32-bit systems due to assumption that 64-bit fits into "long"

Mark Dickinson report at bugs.python.org
Sat Jan 17 23:57:50 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

You might try replacing the strtol call with a call to PyOS_strtol.  
Please let us know if this works!

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


More information about the Python-bugs-list mailing list