SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
V
Victor Stinner committed
551d02b3e697098236bb3a6e0a855b2ad8dc0424
Parent: 456cd51
Committed by GitHub <noreply@github.com> on 5/3/2022, 7:38:37 PM