SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 43 Python

Do the int inlining only if the type is really an int, not whenever

PyInt_Check() succeeds.  That returns true for subtypes of int, which
may override __add__ or __sub__.
G
Guido van Rossum committed
46add98758415f6180532326571d73f22966c34e
Parent: 13228a6