mirror of
https://github.com/python/cpython.git
synced 2026-06-05 17:31:21 +00:00
gh-149403: Fix NameError in Lib/test/test_capi/test_getargs.py (#149404)
This commit is contained in:
parent
24aa562062
commit
114781040c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
try:
|
||||
import _testinternalcapi
|
||||
except ImportError:
|
||||
_testinternalcapi = NULL
|
||||
_testinternalcapi = None
|
||||
|
||||
# > How about the following counterproposal. This also changes some of
|
||||
# > the other format codes to be a little more regular.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue