Hi Matti, On 9 March 2014 23:37, Matti Picus <[email protected]> wrote: > id(x) returning a long where an int is expected in rlib\objectmodel.py
You're right, both CPython and PyPy return an unsigned integer which may not fit into an "int". A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
