[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-29 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Nikita! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7203ecd332eca3a44a3f1c8bdadd76a08c5568a1 by Miss Islington (bot) in branch '3.10': bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296) https://github.com/python/cpython/commit/7203ecd332eca3a44a3f1c8bdadd76a08c5568a1

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset dd674ca96f2150fb3f7b4086ef7ec0022c4e2058 by Miss Islington (bot) in branch '3.9': bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295) https://github.com/python/cpython/commit/dd674ca96f2150fb3f7b4086ef7ec0022c4e2058

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27558 pull_request: https://github.com/python/cpython/pull/29295 ___ Python tracker

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +27559 pull_request: https://github.com/python/cpython/pull/29296 ___ Python tracker ___

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 66e6b3dcd3bbab06feeff2cbaf8aade7b6223d6c by Nikita Sobolev in branch 'main': bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) https://github.com/python/cpython/commit/66e6b3dcd3bbab06feeff2cbaf8aade7b6223d6c -- nosy:

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-22 Thread Nikita Sobolev
Change by Nikita Sobolev : -- keywords: +patch pull_requests: +27440 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29167 ___ Python tracker ___

[issue45577] Make `test_zoneinfo.py` to check all pickle protocols

2021-10-22 Thread Nikita Sobolev
New submission from Nikita Sobolev : Right now it only uses a default one. Examples: - `3.9`: https://github.com/python/cpython/blob/aa8c3446c085175e65e736b0d2e32719c4d2/Lib/test/test_zoneinfo/test_zoneinfo.py#L1407 - `3.10`: