Files
cpython/Lib
Victor Stinner ef591cf8e3 gh-91321: Fix compatibility with C++ older than C++11 (#93784) (#93802)
* 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.

(cherry picked from commit 4caf5c2753)

* test_cppext now builds the C++ extension with setuptools.
* Add @test.support.requires_venv_with_pip.

(cherry picked from commit ca0cc9c433)
2022-06-14 16:05:14 +02:00
..
2022-06-01 14:07:53 +01:00
2022-04-11 15:02:41 -07:00
2022-04-11 15:02:41 -07:00
2022-03-05 17:47:00 +02:00
2022-04-11 17:02:19 -07:00
2022-04-27 15:28:56 -06:00
2022-04-13 10:47:41 -07:00
2022-04-21 19:28:34 -07:00
2022-04-22 15:48:03 -07:00
2022-04-25 16:26:43 -07:00
2022-04-27 20:26:33 -07:00
2022-04-11 15:02:41 -07:00