]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Dec 2007 22:10:37 +0000 (22:10 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Dec 2007 22:10:37 +0000 (22:10 +0000)
commitd1a1d1ed802187cd1a9a8a95ac5d758c7acffee6
tree17489e6ea4df32ba3b3bbda6e4b31155a460f265
parent0fbab7ff8d2efd92e222fcc13c0aff0998c3c158
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
15 files changed:
Doc/c-api/concrete.rst
Include/longobject.h
Modules/_csv.c
Modules/_cursesmodule.c
Modules/_tkinter.c
Modules/datetimemodule.c
Modules/socketmodule.c
Modules/timemodule.c
Objects/exceptions.c
Objects/frameobject.c
Objects/listobject.c
Objects/longobject.c
PC/_msi.c
Python/bltinmodule.c
Python/ceval.c