This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients a-j-buxton, augustogoulart, iritkatriel, lukasz.langa, methane, miss-islington, nascheme, pablogsal, rhettinger, ronaldoussoren, serhiy.storchaka, taleinat, terry.reedy, vstinner
Date 2021-08-11.16:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628699870.77.0.83813643229.issue33930@roundup.psfhosted.org>
In-reply-to
Content
I gotta run for the day. The shortest way for me to reproduce is to focus on the tests that were added in 3.10 and shortening the repetitions a little:

$ time ./python.exe -E -Wd -m test test_exceptions -R3:3 -m 'test_attribute*' -m 'test_getattr*' -m 'test_lineno*' -m 'test_name_error*' -m 'test_recursion*' -m 'test_no_hang*'

0:00:00 load avg: 5.92 Run tests sequentially
0:00:00 load avg: 5.92 [1/1] test_exceptions
beginning 6 repetitions
123456
......
test_exceptions leaked [2, 2, 2] references, sum=6
test_exceptions leaked [2, 2, 2] memory blocks, sum=6
test_exceptions failed (reference leak)

== Tests result: FAILURE ==

1 test failed:
    test_exceptions

1 re-run test:
    test_exceptions

Total duration: 11.8 sec
Tests result: FAILURE
       12.13 real        11.44 user         0.61 sys
History
Date User Action Args
2021-08-11 16:37:50lukasz.langasetrecipients: + lukasz.langa, nascheme, rhettinger, terry.reedy, ronaldoussoren, vstinner, taleinat, methane, serhiy.storchaka, pablogsal, miss-islington, augustogoulart, a-j-buxton, iritkatriel
2021-08-11 16:37:50lukasz.langasetmessageid: <1628699870.77.0.83813643229.issue33930@roundup.psfhosted.org>
2021-08-11 16:37:50lukasz.langalinkissue33930 messages
2021-08-11 16:37:50lukasz.langacreate