]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
replace Python aliases for standard integer types with the standard integer types...
authorBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 20:24:00 +0000 (13:24 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 20:24:00 +0000 (13:24 -0700)
commit9b3d77052f58858ebe1f6ff0dd8dc1caf933cd62
tree8a2fc78befc25702a9bf1f474644ef2ed2367138
parent88bd3edb3e533ca426d633b97fad91d82aeb2b34
replace Python aliases for standard integer types with the standard integer types (#17884)
Include/longintrepr.h
Include/pyhash.h
Include/pytime.h
Modules/_randommodule.c
Modules/_testcapimodule.c
Modules/audioop.c
Objects/unicodeobject.c
Python/pyhash.c