commit | 5ef883b096895a84123760859f0f34ad37bf2277 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Oct 23 19:57:04 2017 +0300 |
committer | GitHub <noreply@github.com> | Mon Oct 23 19:57:04 2017 +0300 |
tree | 4c6b14625df7fe8699ae86a64b7e30e74515d765 | |
parent | f7d19b0464cb89ec696affbad9fd7e7c94456eaf [diff] |
[2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) Bad remainder in divmod() in intermediate calculations caused an assertion failure.. (cherry picked from commit 4ffd4653a7ec9c97775472276cf5e159e2366bb2)