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

Implement PEP 574 #80966

Closed
pitrou opened this issue May 3, 2019 · 5 comments
Closed

Implement PEP 574 #80966

pitrou opened this issue May 3, 2019 · 5 comments
Assignees
Labels
3.8 only security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@pitrou
Copy link
Member

pitrou commented May 3, 2019

BPO 36785
Nosy @ncoghlan, @pitrou, @ambv, @miss-islington
PRs
  • bpo-36785: PEP 574 implementation #7076
  • bpo-36785: PEP 574 What's New entry #13931
  • [3.8] bpo-36785: PEP 574 What's New entry (GH-13931) #14113
  • 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 = 'https://github.com/pitrou'
    closed_at = <Date 2019-06-14.18:12:04.236>
    created_at = <Date 2019-05-03.18:28:21.732>
    labels = ['extension-modules', '3.8', 'type-feature', 'library']
    title = 'Implement PEP 574'
    updated_at = <Date 2019-06-15.16:03:01.051>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2019-06-15.16:03:01.051>
    actor = 'miss-islington'
    assignee = 'pitrou'
    closed = True
    closed_date = <Date 2019-06-14.18:12:04.236>
    closer = 'pitrou'
    components = ['Extension Modules', 'Library (Lib)']
    creation = <Date 2019-05-03.18:28:21.732>
    creator = 'pitrou'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36785
    keywords = ['patch']
    message_count = 5.0
    messages = ['341349', '343553', '345081', '345625', '345694']
    nosy_count = 4.0
    nosy_names = ['ncoghlan', 'pitrou', 'lukasz.langa', 'miss-islington']
    pr_nums = ['7076', '13931', '14113']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36785'
    versions = ['Python 3.8']

    @pitrou
    Copy link
    Member Author

    pitrou commented May 3, 2019

    Now that PEP-574 (Pickle protocol 5 with out-of-band data) has been accepted, it should be implemented.

    @pitrou pitrou added 3.8 only security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 3, 2019
    @pitrou pitrou self-assigned this May 3, 2019
    @pitrou
    Copy link
    Member Author

    pitrou commented May 26, 2019

    New changeset 91f4380 by Antoine Pitrou in branch 'master':
    bpo-36785: PEP-574 implementation (GH-7076)
    91f4380

    @ambv
    Copy link
    Contributor

    ambv commented Jun 9, 2019

    New changeset c879ff2 by Łukasz Langa (Antoine Pitrou) in branch 'master':
    bpo-36785: PEP-574 What's New entry (bpo-13931)
    c879ff2

    @pitrou
    Copy link
    Member Author

    pitrou commented Jun 14, 2019

    Now complete, closing :-)

    @pitrou pitrou closed this as completed Jun 14, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 2980236 by Miss Islington (bot) in branch '3.8':
    bpo-36785: PEP-574 What's New entry (GH-13931)
    2980236

    @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.8 only security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants