Files
cpython/Lib
Serhiy Storchaka 3ec0f49516 bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Fixes assertion failures in _datetimemodule.c
introduced in the previous fix (see bpo-31752).

Rather of trying to handle an int subclass as exact int,
let it to use overridden special methods, but check the
result of divmod().
2018-11-20 20:41:09 +02:00
..
2018-10-05 16:17:18 +02:00
2018-10-05 10:00:45 +03:00