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 asvetlov, v2m, vstinner, yselivanov
Date 2020-11-11.11:22:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605093735.58.0.267350487919.issue42085@roundup.psfhosted.org>
In-reply-to
Content
> New changeset 1e996c3a3b51e9c6f1f4cea8a6dbcf3bcb865060 by Vladimir Matveev in branch 'master':

This change introduced big reference leaks:

4 tests failed:
    test_asyncgen test_asyncio test_coroutines test_unittest

Example:

$ ./python -m test test_asyncgen -R 3:3 -m test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_03
(...)
test_asyncgen leaked [63, 63, 63] references, sum=189
(...)

Please fix the leak, or revert if nobody is avaible to fix it:
https://pythondev.readthedocs.io/ci.html#revert-on-fail
History
Date User Action Args
2020-11-11 11:22:15vstinnersetrecipients: + vstinner, asvetlov, yselivanov, v2m
2020-11-11 11:22:15vstinnersetmessageid: <1605093735.58.0.267350487919.issue42085@roundup.psfhosted.org>
2020-11-11 11:22:15vstinnerlinkissue42085 messages
2020-11-11 11:22:15vstinnercreate