]> 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:27:05 +0000 (22:27 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 06:27:05 +0000 (22:27 -0800)
commit60cf26528b931215160a53fd61836dbe4f036009
tree3af5006142ddef67efc855bca9618bbef3bc4406
parent41fdbaa3ea622c3f64d4ab8f70fc79d35729071a
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/pymath.c
Python/random.c