Bug report
Checklist
A clear and concise description of the bug
PS D:\Ken\Documents\GitHub\cpython> .\PCbuild\amd64\python_d.exe -m test test_capi -R 3:3
0:00:00 Run tests sequentially
0:00:00 [1/1] test_capi
beginning 6 repetitions
123456
.test test_capi failed -- Traceback (most recent call last):
File "D:\Ken\Documents\GitHub\cpython\Lib\test\test_capi\test_misc.py", line 2501, in test_extended_arg
self.assertIsNone(ex)
AssertionError: <uop_executor object at 0x000001ADE4BB9BA0> is not None
test_capi failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_capi
Total duration: 14.9 sec
Tests result: FAILURE
NOTE: the test does not fail on a normal single run of test_capi. It only fails with the repeated runs induced by the refleak hunter!
Your environment
- CPython versions tested on:
main
- Operating system and architecture: Windows 11 64-bit
Bug report
Checklist
A clear and concise description of the bug
NOTE: the test does not fail on a normal single run of
test_capi. It only fails with the repeated runs induced by the refleak hunter!Your environment
main