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 lukasz.langa, vstinner
Date 2019-02-01.11:30:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549020604.51.0.835471496217.issue35879@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/1/builds/490

https://buildbot.python.org/all/#/builders/80/builds/499

test_type_comments leaked [37, 37, 37] references, sum=111
test_type_comments leaked [11, 12, 11] memory blocks, sum=34

Example:

vstinner@apu$ ./python -m test -R 3:3 test_type_comments -m test.test_type_comments.TypeCommentTests.test_asyncdef
Run tests sequentially
0:00:00 load avg: 0.56 [1/1] test_type_comments
beginning 6 repetitions
123456
......
test_type_comments leaked [2, 2, 2] references, sum=6
test_type_comments leaked [2, 3, 2] memory blocks, sum=7
test_type_comments failed

== Tests result: FAILURE ==

1 test failed:
    test_type_comments

Total duration: 129 ms
Tests result: FAILURE


I bet that the regression comes from:

commit dcfcd146f8e6fc5c2fc16a4c192a0c5f5ca8c53c
Author: Guido van Rossum <guido@python.org>
Date:   Thu Jan 31 03:40:27 2019 -0800

    bpo-35766: Merge typed_ast back into CPython (GH-11645)


See also bpo-35878.
History
Date User Action Args
2019-02-01 11:30:08vstinnersetrecipients: + vstinner, lukasz.langa
2019-02-01 11:30:04vstinnersetmessageid: <1549020604.51.0.835471496217.issue35879@roundup.psfhosted.org>
2019-02-01 11:30:04vstinnerlinkissue35879 messages
2019-02-01 11:30:04vstinnercreate