gh-91321: Fix compatibility with C++ older than C++11 (#93784)
Fix the compatibility of the Python C API with C++ older than C++11. _Py_NULL is only defined as nullptr on C++11 and newer.
V
Victor Stinner committed
4caf5c2753f1aa28d6f4bc1aa377975fd2a62331
Parent: 3597c12
Committed by GitHub <noreply@github.com>
on 6/14/2022, 9:43:08 AM