summaryrefslogtreecommitdiffstats
path: root/Modules/_operator.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-05-03 19:38:37 (GMT)
committerGitHub <noreply@github.com>2022-05-03 19:38:37 (GMT)
commit551d02b3e697098236bb3a6e0a855b2ad8dc0424 (patch)
treeffa7db7f5129f7167df4c40bf4bbed2f5481c28b /Modules/_operator.c
parent456cd513e360ccd17e51ae3711ec48976b1be0c0 (diff)
downloadcpython-551d02b3e697098236bb3a6e0a855b2ad8dc0424.zip
cpython-551d02b3e697098236bb3a6e0a855b2ad8dc0424.tar.gz
cpython-551d02b3e697098236bb3a6e0a855b2ad8dc0424.tar.bz2
gh-91321: Add _Py_NULL macro (#92253)
Fix C++ compiler warnings: "zero as null pointer constant" (clang -Wzero-as-null-pointer-constant). * Add the _Py_NULL macro used by static inline functions to use nullptr in C++. * Replace NULL with nullptr in _testcppext.cpp.
Diffstat (limited to 'Modules/_operator.c')
0 files changed, 0 insertions, 0 deletions