diff options
| author | Victor Stinner <vstinner@python.org> | 2022-06-14 11:43:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-14 11:43:08 +0200 |
| commit | 4caf5c2753f1aa28d6f4bc1aa377975fd2a62331 (patch) | |
| tree | f04937769184fe84dfeda70dcfc58202c39cf693 /Objects/codeobject.c | |
| parent | 3597c129413a86f805beca78b7c72a20b5bf801c (diff) | |
| download | cpython-git-4caf5c2753f1aa28d6f4bc1aa377975fd2a62331.tar.gz | |
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.
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions
