[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-08-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Justin! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-08-29 Thread miss-islington
miss-islington added the comment: New changeset 6b50c10f675a9e8438024c5fcc592b0d38d8c62d by Miss Islington (bot) in branch '3.7': bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) https://github.com/python/cpython/commit/6b50c10f675a9e8438024c5f

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-08-29 Thread miss-islington
miss-islington added the comment: New changeset d1d42bf4a404f092fe90fe8984481c507a64ef0a by Miss Islington (bot) in branch '3.8': bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) https://github.com/python/cpython/commit/d1d42bf4a404f092fe90fe89

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +15260 pull_request: https://github.com/python/cpython/pull/15584 ___ Python tracker ___ __

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +15259 pull_request: https://github.com/python/cpython/pull/15583 ___ Python tracker ___ __

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-08-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 122376df550b71dd3bec0513c7483cc1714212fa by Serhiy Storchaka (Justin Blanchard) in branch 'master': bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) https://github.com/python/cpython/commit/1223

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-06-22 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-06-22 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +belopolsky, p-ganssle versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs-l

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-06-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14131 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14307 ___ Python tracker ___ __

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-06-22 Thread Justin Blanchard
New submission from Justin Blanchard : Under bpo-22005, Python 3 gained support for unpickling datetime data from Python 2. (Thanks!) It turns out the input validation isn't quite right: it bombs on datetime.time when the encoded seconds (not hours) field is >=24: python2>>> datetime.time(1,