]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Nov 2018 06:20:21 +0000 (22:20 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 06:20:21 +0000 (22:20 -0800)
commitf6602f92664b782125a1ec5009706f9300fe7e80
treebe79b1146a772d4bd0c3ab865887ad4d1831a26a
parent5e4a13b18bf4473c90ac13656fcb5c2dc3c03191
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)

Rename our new MEMORY_SANITIZER define to _Py_MEMORY_SANITIZER.
Project based C Preprocessor namespacing at its finest. :P
(cherry picked from commit 3015fb8ce4d25603434b9b44bb7effb98a481532)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Include/Python.h
Modules/_ctypes/callproc.c
Modules/_posixsubprocess.c
Objects/fileobject.c
Python/bootstrap_hash.c
Python/pymath.c