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