We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_zoneinfo.py
test_zoneinfo
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2021-10-29.20:34:49.392> created_at = <Date 2021-10-22.16:42:30.624> labels = ['type-bug', 'tests', '3.9', '3.10', '3.11'] title = 'Make `test_zoneinfo.py` to check all pickle protocols' updated_at = <Date 2021-10-29.20:34:49.391> user = 'https://github.com/sobolevn'
bugs.python.org fields:
activity = <Date 2021-10-29.20:34:49.391> actor = 'lukasz.langa' assignee = 'none' closed = True closed_date = <Date 2021-10-29.20:34:49.392> closer = 'lukasz.langa' components = ['Tests'] creation = <Date 2021-10-22.16:42:30.624> creator = 'sobolevn' dependencies = [] files = [] hgrepos = [] issue_num = 45577 keywords = ['patch'] message_count = 5.0 messages = ['404793', '405261', '405280', '405281', '405337'] nosy_count = 3.0 nosy_names = ['lukasz.langa', 'miss-islington', 'sobolevn'] pr_nums = ['29167', '29295', '29296'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue45577' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
The text was updated successfully, but these errors were encountered:
Right now it only uses a default one.
Examples:
3.9
cpython/Lib/test/test_zoneinfo/test_zoneinfo.py
Line 1407 in aa8c344
3.10
Line 1407 in ae78ffd
main
Line 1405 in ec93721
PR is on its way!
Sorry, something went wrong.
New changeset 66e6b3d by Nikita Sobolev in branch 'main': bpo-45577: test all pickle protocols in test_zoneinfo (GH-29167) 66e6b3d
New changeset dd674ca by Miss Islington (bot) in branch '3.9': bpo-45577: test all pickle protocols in test_zoneinfo (GH-29167) (GH-29295) dd674ca
New changeset 7203ecd by Miss Islington (bot) in branch '3.10': bpo-45577: test all pickle protocols in test_zoneinfo (GH-29167) (GH-29296) 7203ecd
Thanks, Nikita! ✨ 🍰 ✨
No branches or pull requests
test_zoneinfo
#29167test_zoneinfo
(GH-29167) #29295test_zoneinfo
(GH-29167) #29296Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: