Skip to content

Commit 1147810

Browse files
authored
gh-149403: Fix NameError in Lib/test/test_capi/test_getargs.py (#149404)
1 parent 24aa562 commit 1147810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_capi/test_getargs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
try:
1414
import _testinternalcapi
1515
except ImportError:
16-
_testinternalcapi = NULL
16+
_testinternalcapi = None
1717

1818
# > How about the following counterproposal. This also changes some of
1919
# > the other format codes to be a little more regular.

0 commit comments

Comments
 (0)