Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30822>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to