Skip to content
New issue

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

Make test_zoneinfo.py to check all pickle protocols #89740

Closed
sobolevn opened this issue Oct 22, 2021 · 5 comments
Closed

Make test_zoneinfo.py to check all pickle protocols #89740

sobolevn opened this issue Oct 22, 2021 · 5 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@sobolevn
Copy link
Member

BPO 45577
Nosy @ambv, @miss-islington, @sobolevn
PRs
  • bpo-45577: test all pickle protocols in test_zoneinfo #29167
  • [3.9] bpo-45577: test all pickle protocols in test_zoneinfo (GH-29167) #29295
  • [3.10] bpo-45577: test all pickle protocols in test_zoneinfo (GH-29167) #29296
  • Note: 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:

    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']

    @sobolevn
    Copy link
    Member Author

    Right now it only uses a default one.

    Examples:

    PR is on its way!

    @sobolevn sobolevn added 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Oct 22, 2021
    @ambv
    Copy link
    Contributor

    ambv commented Oct 28, 2021

    New changeset 66e6b3d by Nikita Sobolev in branch 'main':
    bpo-45577: test all pickle protocols in test_zoneinfo (GH-29167)
    66e6b3d

    @ambv
    Copy link
    Contributor

    ambv commented Oct 28, 2021

    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

    @ambv
    Copy link
    Contributor

    ambv commented Oct 28, 2021

    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

    @ambv
    Copy link
    Contributor

    ambv commented Oct 29, 2021

    Thanks, Nikita! ✨ 🍰 ✨

    @ambv ambv closed this as completed Oct 29, 2021
    @ambv ambv closed this as completed Oct 29, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants