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.
NameError
Lib/test/test_capi/test_getargs.py
1 parent a02beab commit 328f33fCopy full SHA for 328f33f
1 file changed
Lib/test/test_capi/test_getargs.py
@@ -14,7 +14,7 @@
14
try:
15
import _testinternalcapi
16
except ImportError:
17
- _testinternalcapi = NULL
+ _testinternalcapi = None
18
19
# > How about the following counterproposal. This also changes some of
20
# > the other format codes to be a little more regular.
0 commit comments