Skip to content

Conversation

@vstinner
Copy link
Member

  • 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 4caf5c2)

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

(cherry picked from commit ca0cc9c)

* 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 4caf5c2) * test_cppext now builds the C++ extension with setuptools. * Add @test.support.requires_venv_with_pip. (cherry picked from commit ca0cc9c)
@vstinnervstinner marked this pull request as ready for review June 14, 2022 12:11
@vstinnervstinner requested a review from vsajip as a code ownerJune 14, 2022 12:11
@vstinnervstinner merged commit ef591cf into python:3.11Jun 14, 2022
@vstinnervstinner deleted the nullptr311 branch June 14, 2022 14:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot