]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Jul 2018 06:09:36 +0000 (09:09 +0300)
committerGitHub <noreply@github.com>
Tue, 31 Jul 2018 06:09:36 +0000 (09:09 +0300)
commit48c8bf21f97aeb124dbd48bf2bdec1ab4ebc5202
tree6678ae7f56e368ef192b8e0f5988f7c317dbb246
parentdc9039da239ee572eaaf56e4a026be1fc4d74e24
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
36 files changed:
Include/intobject.h
Modules/_csv.c
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c
Modules/_cursesmodule.c
Modules/_elementtree.c
Modules/_json.c
Modules/_randommodule.c
Modules/_sqlite/statement.c
Modules/_sre.c
Modules/_struct.c
Modules/_tkinter.c
Modules/cjkcodecs/multibytecodec.c
Modules/datetimemodule.c
Modules/dlmodule.c
Modules/mathmodule.c
Modules/posixmodule.c
Modules/socketmodule.c
Modules/svmodule.c
Modules/termios.c
Objects/abstract.c
Objects/bytearrayobject.c
Objects/classobject.c
Objects/codeobject.c
Objects/complexobject.c
Objects/enumobject.c
Objects/floatobject.c
Objects/sliceobject.c
Objects/stringobject.c
Objects/unicodeobject.c
PC/_winreg.c
Parser/asdl_c.py
Python/Python-ast.c
Python/bltinmodule.c
Python/ceval.c
Python/pythonrun.c