]> granicus.if.org Git - python/commit
replace Py_(u)intptr_t with the c99 standard types
authorBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 20:47:26 +0000 (13:47 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 20:47:26 +0000 (13:47 -0700)
commitca4706399879b30e952c402637b4fc0d4d2e661c
tree72f97b545d4d31afd06a8874fcbb578cb178aa0d
parent3c397e4c39430000348f2f64d9e394bf1b61c509
replace Py_(u)intptr_t with the c99 standard types
21 files changed:
Include/pyatomic.h
Include/pymacro.h
Include/pymem.h
Modules/_elementtree.c
Modules/_sre.c
Modules/_testcapimodule.c
Modules/_tracemalloc.c
Modules/faulthandler.c
Modules/posixmodule.c
Modules/selectmodule.c
Modules/signalmodule.c
Modules/sre_lib.h
Objects/descrobject.c
Objects/longobject.c
Objects/obmalloc.c
PC/msvcrtmodule.c
Parser/grammar.c
Parser/parsetok.c
Python/ceval_gil.h
Python/compile.c
Python/pystate.c