]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Nov 2018 18:41:09 +0000 (20:41 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Nov 2018 18:41:09 +0000 (20:41 +0200)
commit3ec0f495163da3b7a15deb2805cec48aed432f58
tree8a8cf87e228bfa33fa0781dd64f3ace0d0cb655d
parent97f1efb6062188645a470daaa91e3669d739c75f
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().
Lib/test/datetimetester.py
Modules/_datetimemodule.c