the nb_long slot on classobject instances now defaults to call the nb_int slot...
the nb_long slot on classobject instances now defaults to call the nb_int slot member if there is no __long__ attribute found. This is in accordance with a suggestion from Armin Rigo, and allows the test_getargs2.py test in the testsuite for x64
Showing
Please register or sign in to comment