We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4787eae commit 5293e01Copy full SHA for 5293e01
Lib/test/_testcppext.cpp
@@ -86,7 +86,7 @@ test_api_casts(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(args))
86
// gh-93442: Pass 0 as NULL for PyObject*
87
Py_XINCREF(0);
88
Py_XDECREF(0);
89
-#if _cplusplus >= 201103
+#if __cplusplus >= 201103
90
// Test nullptr passed as PyObject*
91
Py_XINCREF(nullptr);
92
Py_XDECREF(nullptr);
0 commit comments