% ./python.exe -m test -v test_compile -m test_push_null_load_global_positions
[...]
0:00:00 load avg: 2.20 [1/1] test_compile
test_push_null_load_global_positions (test.test_compile.TestSourcePositions.test_push_null_load_global_positions) ... <string>:10: SyntaxWarning: 'list' object is not callable; perhaps you missed a comma?
ok
This is due to a recently added test. See #95067 (comment) .