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 vstinner
Date 2019-09-13.09:22:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568366563.55.0.281787409342.issue38151@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/1/builds/712

Python 3.8 is not affected, only the master branch.

See also bpo-38150.

vstinner@apu$ ./python -m test test_types -R 3:3 -m test.test_types.CoroutineTests.test_duck_gen
Run tests sequentially
0:00:00 load avg: 0.89 [1/1] test_types
beginning 6 repetitions
123456
......
test_types leaked [7, 7, 7] references, sum=21
test_types failed

== Tests result: FAILURE ==

1 test failed:
    test_types

Total duration: 472 ms
Tests result: FAILURE
History
Date User Action Args
2019-09-13 09:22:43vstinnersetrecipients: + vstinner
2019-09-13 09:22:43vstinnersetmessageid: <1568366563.55.0.281787409342.issue38151@roundup.psfhosted.org>
2019-09-13 09:22:43vstinnerlinkissue38151 messages
2019-09-13 09:22:43vstinnercreate