commit | 3ec0f495163da3b7a15deb2805cec48aed432f58 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 20 20:41:09 2018 +0200 |
committer | GitHub <noreply@github.com> | Tue Nov 20 20:41:09 2018 +0200 |
tree | 8a8cf87e228bfa33fa0781dd64f3ace0d0cb655d | |
parent | 97f1efb6062188645a470daaa91e3669d739c75f [diff] |
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().