bpo-40149: Implement traverse in _abc._abc_data by vstinner · Pull Request #19412 · python/cpython (original) (raw)

This PR looks good to me, but I raised this error again after I use this PR, Lol~

$ ./python -m test -R 3:3 test_threading -m test.test_threading.SubinterpThreadingTests.test_threads_join_2
0:00:00 load avg: 0.52 Run tests sequentially
0:00:00 load avg: 0.52 [1/1] test_threading
beginning 6 repetitions
123456
......
test_threading leaked [19, 19, 19] references, sum=57
test_threading leaked [12, 12, 12] memory blocks, sum=36
test_threading failed

== Tests result: FAILURE ==

1 test failed:
    test_threading

Total duration: 773 ms
Tests result: FAILURE