'long int too large to convert to int' in 'garbage collection' ignored

Skip Montanaro skip at pobox.com
Fri Aug 1 11:08:08 EDT 2003


    Peter> FutureWarning: hex/oct constants > sys.maxint will return
    Peter> positive values in Python 2.4 and up

You can suppress this warning.  I don't know the implications downstream
though.  You should read through the 2.3-related docs.  This page looks
particularly useful:

    http://www.python.org/doc/2.3/whatsnew/node22.html

Skip





More information about the Python-list mailing list