# Bug report See this code: https://github.com/python/cpython/blob/24aa562062fced910e8b9c11089ab01a3c1009be/Lib/test/test_capi/test_getargs.py#L13-L16 But, `NULL = None` is only set multiple lines below: https://github.com/python/cpython/blob/24aa562062fced910e8b9c11089ab01a3c1009be/Lib/test/test_capi/test_getargs.py#L63 All versions starting from 3.13 are affected. I have a PR ready. <!-- gh-linked-prs --> ### Linked PRs * gh-149404 * gh-149406 * gh-149407 <!-- /gh-linked-prs -->
Bug report
See this code:
cpython/Lib/test/test_capi/test_getargs.py
Lines 13 to 16 in 24aa562
But,
NULL = Noneis only set multiple lines below:cpython/Lib/test/test_capi/test_getargs.py
Line 63 in 24aa562
All versions starting from 3.13 are affected.
I have a PR ready.
Linked PRs
NameErrorinLib/test/test_capi/test_getargs.py#149404NameErrorinLib/test/test_capi/test_getargs.py(GH-149404) #149406NameErrorinLib/test/test_capi/test_getargs.py(GH-149404) #149407