-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
There is a typo in _testcppext.cpp
cpython/Lib/test/_testcppext.cpp
Lines 89 to 93 in 99b00ef
| #if _cplusplus >= 201103 | |
| // Test nullptr passed as PyObject* | |
| Py_XINCREF(nullptr); | |
| Py_XDECREF(nullptr); | |
| #endif |
if to never evaluate as true.
Linked PRs
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error