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 vstinner
Recipients BTaskaya, Dima.Tisnek, Eric Wieser, JelleZijlstra, John Belmonte, davide.rizzo, gvanrossum, jab, jack1142, jmehnle, pablogsal, rb, vstinner, yselivanov
Date 2021-03-24.01:04:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616547878.02.0.15711546107.issue31861@roundup.psfhosted.org>
In-reply-to
Content
I reopen the issue.

The commit f0a6fde8827d5d4f7a1c741ab1a8b206b66ffd57 introduced a reference leak:

$ ./python -m test -R 3:3 test_asyncgen

0:00:00 load avg: 4.75 Run tests sequentially
0:00:00 load avg: 4.75 [1/1] test_asyncgen
beginning 6 repetitions
123456
......
test_asyncgen leaked [72, 72, 72] references, sum=216
test_asyncgen leaked [30, 30, 30] memory blocks, sum=90
test_asyncgen failed

== Tests result: FAILURE ==

1 test failed:
    test_asyncgen

Total duration: 6.0 sec
Tests result: FAILURE
History
Date User Action Args
2021-03-24 01:04:38vstinnersetrecipients: + vstinner, gvanrossum, rb, jab, davide.rizzo, jmehnle, Dima.Tisnek, yselivanov, JelleZijlstra, pablogsal, BTaskaya, Eric Wieser, John Belmonte, jack1142
2021-03-24 01:04:38vstinnersetmessageid: <1616547878.02.0.15711546107.issue31861@roundup.psfhosted.org>
2021-03-24 01:04:38vstinnerlinkissue31861 messages
2021-03-24 01:04:37vstinnercreate