]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 28 Oct 2018 15:02:17 +0000 (15:02 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Oct 2018 15:02:17 +0000 (15:02 +0000)
commit49c75a8086c3df9add0779d2479b8f09b95cdf3b
tree85cc8a1eb5d6a8140a69037cdf9ab11c3ecc601f
parent6015cc50bc38b9e920ce4986ee10658eaa14f561
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)

Configuring python with ./configure --with-pydebug CFLAGS="-D COUNT_ALLOCS -O0"
makes "make smelly" fail as some symbols were being exported without the "Py_" or
"_Py" prefixes.
Include/object.h
Objects/bytesobject.c
Objects/longobject.c
Objects/object.c
Objects/tupleobject.c
Python/pylifecycle.c
Python/sysmodule.c