commit | d5f017bbd65f37ac53fd3c6c439a53155eef2475 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Aug 25 01:53:00 2018 -0400 |
committer | GitHub <noreply@github.com> | Sat Aug 25 01:53:00 2018 -0400 |
tree | 38954565d3575009f7634f28b83897eb2feaa94c | |
parent | 1f9621cb9b0d1f5c9d28e095db31d8c12e58c932 [diff] |
bpo-13312: Avoid int underflow in time year. (GH-8912) Avoids an integer underflow in the time module's year handling code. (cherry picked from commit 76be0fffff8b7dbe649ad4821144461800ffb0d0) Co-authored-by: Gregory P. Smith <greg@krypto.org>