]> granicus.if.org Git - python/commit
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 May 2014 15:24:35 +0000 (17:24 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 May 2014 15:24:35 +0000 (17:24 +0200)
commit45e8e2f2185fc593ae84a628922c5cbb1799b6ea
tree5a6706f3fd37947b574fe44c45f6c4cb6f6f7c53
parent79b49ab553f74560d71dd027db252f4f0ddd0304
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()

Keep _Py_STRINGIZE() in PC/pyconfig.h to not introduce a dependency between
pyconfig.h and pymacros.h.
Include/pymacro.h
Modules/_ssl.c
Modules/_struct.c
Modules/_tracemalloc.c
Objects/longobject.c
Objects/memoryobject.c
Python/marshal.c