]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285)
authorMichael Felt <aixtools@users.noreply.github.com>
Fri, 7 Feb 2020 17:56:16 +0000 (18:56 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 17:56:16 +0000 (18:56 +0100)
commitde6f38db4859f7b8fe4da4556f06c52675fff24a
tree027c9faf91b3cf18cdc87adab7a4a7ae5f9907e2
parentb10dc3e7a11fcdb97e285882eba6da92594f90f9
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX  (GH-18285)

Fix time.localtime() on 64-bit AIX to support years before 1902 and after 2038.
Misc/NEWS.d/next/Core and Builtins/2020-01-30-14-36-31.bpo-39502.IJu0rl.rst [new file with mode: 0644]
Python/pytime.c