]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Aug 2019 07:57:41 +0000 (00:57 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 07:57:41 +0000 (00:57 -0700)
commit6b50c10f675a9e8438024c5fcc592b0d38d8c62d
tree82f019028c851f6f61f7b04f59273f3a2947d5dc
parentd3d2650cf84e6be0f84d6d0d538999d1e0cfdd43
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)

(cherry picked from commit 122376df550b71dd3bec0513c7483cc1714212fa)

Co-authored-by: Justin Blanchard <UncombedCoconut@gmail.com>
Lib/test/datetimetester.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-06-22-12-30-00.bpo-37372.kIKqZ6.rst [new file with mode: 0644]
Modules/_datetimemodule.c