Message399157
Unfortunately PR27614 and its backport has introduced reference leaks:
❯ ./python -m test test_typing -R :
0:00:00 load avg: 1.12 Run tests sequentially
0:00:00 load avg: 1.12 [1/1] test_typing
beginning 9 repetitions
123456789
.........
test_typing leaked [29, 29, 29, 29] references, sum=116
test_typing leaked [10, 10, 10, 10] memory blocks, sum=40
test_typing failed (reference leak)
== Tests result: FAILURE ==
1 test failed:
test_typing
1 re-run test:
test_typing
Total duration: 1.2 sec |
|
| Date |
User |
Action |
Args |
| 2021-08-06 22:24:15 | pablogsal | set | recipients:
+ pablogsal, gvanrossum, farcat, lukasz.langa, serhiy.storchaka, JelleZijlstra, miss-islington, uriyyo, BvB93, kj, lars2 |
| 2021-08-06 22:24:15 | pablogsal | set | messageid: <[email protected]> |
| 2021-08-06 22:24:15 | pablogsal | link | issue44524 messages |
| 2021-08-06 22:24:15 | pablogsal | create | |
|