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 pablogsal
Recipients pablogsal
Date 2020-10-25.05:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603605078.18.0.00514890587111.issue42145@roundup.psfhosted.org>
In-reply-to
Content
❯ ./python -m test test_io -m test.test_io.CTextIOWrapperTest.test_read_one_by_one -R :
0:00:00 load avg: 1.59 Run tests sequentially
0:00:00 load avg: 1.59 [1/1] test_io
beginning 9 repetitions
123456789
.........
test_io leaked [3, 3, 3, 3] references, sum=12
test_io leaked [1, 1, 1, 1] memory blocks, sum=4
test_io failed

== Tests result: FAILURE ==

1 test failed:
    test_io

Total duration: 398 ms
Tests result: FAILURE
History
Date User Action Args
2020-10-25 05:51:18pablogsalsetrecipients: + pablogsal
2020-10-25 05:51:18pablogsalsetmessageid: <1603605078.18.0.00514890587111.issue42145@roundup.psfhosted.org>
2020-10-25 05:51:18pablogsallinkissue42145 messages
2020-10-25 05:51:18pablogsalcreate