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 2018-11-27.00:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543278271.79.0.788709270274.issue35322@psf.upfronthosting.co.za>
In-reply-to
Content
C:\vstinner\python\master>python -m test -R 3:20 -u all test_datetime
Running Debug|x64 interpreter...
Run tests sequentially
0:00:00 [1/1] test_datetime
beginning 23 repetitions
12345678901234567890123
.......................
test_datetime leaked [1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] memory blocks, sum=21
test_datetime failed

== Tests result: FAILURE ==

1 test failed:
    test_datetime

Total duration: 562 ms
Tests result: FAILURE
History
Date User Action Args
2018-11-27 00:24:31vstinnersetrecipients: + vstinner
2018-11-27 00:24:31vstinnersetmessageid: <1543278271.79.0.788709270274.issue35322@psf.upfronthosting.co.za>
2018-11-27 00:24:31vstinnerlinkissue35322 messages
2018-11-27 00:24:31vstinnercreate