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 CuriousLearner, jairotrad, miss-islington, orsenthil, pablogsal, r.david.murray, tim.peters, vstinner
Date 2019-01-10.11:22:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547119334.78.0.611155285585.issue24746@roundup.psfhosted.org>
In-reply-to
Content
I made https://github.com/python/cpython/pull/11501 to fix this problem. After my patch:

❯ ./python.exe -m test test_doctest test_doctest
Run tests sequentially
0:00:00 load avg: 1.82 [1/2] test_doctest
0:00:02 load avg: 1.82 [2/2] test_doctest

== Tests result: SUCCESS ==

All 2 tests OK.

Total duration: 5 sec 286 ms
Tests result: SUCCESS
History
Date User Action Args
2019-01-10 11:22:16pablogsalsetrecipients: + pablogsal, tim.peters, orsenthil, vstinner, r.david.murray, jairotrad, CuriousLearner, miss-islington
2019-01-10 11:22:14pablogsalsetmessageid: <1547119334.78.0.611155285585.issue24746@roundup.psfhosted.org>
2019-01-10 11:22:13pablogsallinkissue24746 messages
2019-01-10 11:22:13pablogsalcreate