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 serhiy.storchaka
Recipients belopolsky, musically_ut, ned.deily, serhiy.storchaka
Date 2017-07-03.09:01:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499072498.01.0.734260314477.issue30822@psf.upfronthosting.co.za>
In-reply-to
Content
Good point!

But datetimetester uses the implementation depending on the availability of the _datetime extension module. If it is not available, the pure Python implementation is used, and other tests are failed.

I think it would be better to fix first the issues with test_datetime, since this is the common way of running tests, and try to restore running tests with datetimetester in separate issue. Just backport your PR 2530 to 3.5 and 3.6. You can include the change from PR 2534 or it can be backported separately.
History
Date User Action Args
2017-07-03 09:01:38serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, ned.deily, musically_ut
2017-07-03 09:01:38serhiy.storchakasetmessageid: <1499072498.01.0.734260314477.issue30822@psf.upfronthosting.co.za>
2017-07-03 09:01:38serhiy.storchakalinkissue30822 messages
2017-07-03 09:01:37serhiy.storchakacreate