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

PEP 3121, 384 refactoring applied to pickle module #59872

Closed
RobinSchreiber mannequin opened this issue Aug 15, 2012 · 3 comments
Closed

PEP 3121, 384 refactoring applied to pickle module #59872

RobinSchreiber mannequin opened this issue Aug 15, 2012 · 3 comments
Assignees
Labels
extension-modules C modules in the Modules dir performance Performance or resource usage

Comments

@RobinSchreiber
Copy link
Mannequin

RobinSchreiber mannequin commented Aug 15, 2012

BPO 15667
Nosy @avassalotti, @Trundle, @asvetlov
Files
  • _pickle_pep3121-384_v0.patch
  • 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/avassalotti'
    closed_at = <Date 2013-12-01.21:56:56.098>
    created_at = <Date 2012-08-15.13:55:56.530>
    labels = ['extension-modules', 'performance']
    title = 'PEP 3121, 384 refactoring applied to pickle module'
    updated_at = <Date 2013-12-01.21:56:56.096>
    user = 'https://bugs.python.org/RobinSchreiber'

    bugs.python.org fields:

    activity = <Date 2013-12-01.21:56:56.096>
    actor = 'alexandre.vassalotti'
    assignee = 'alexandre.vassalotti'
    closed = True
    closed_date = <Date 2013-12-01.21:56:56.098>
    closer = 'alexandre.vassalotti'
    components = ['Extension Modules']
    creation = <Date 2012-08-15.13:55:56.530>
    creator = 'Robin.Schreiber'
    dependencies = []
    files = ['26825']
    hgrepos = []
    issue_num = 15667
    keywords = ['pep3121']
    message_count = 3.0
    messages = ['168295', '175403', '204972']
    nosy_count = 4.0
    nosy_names = ['alexandre.vassalotti', 'Trundle', 'asvetlov', 'Robin.Schreiber']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue15667'
    versions = ['Python 3.4']

    @RobinSchreiber
    Copy link
    Mannequin Author

    RobinSchreiber mannequin commented Aug 15, 2012

    Changes proposed in PEP-3121 and PEP-384 have now been applied to the pickle module!

    @RobinSchreiber RobinSchreiber mannequin added extension-modules C modules in the Modules dir performance Performance or resource usage labels Aug 15, 2012
    @Trundle
    Copy link
    Mannequin

    Trundle mannequin commented Nov 11, 2012

    See also issue bpo-11349.

    @avassalotti
    Copy link
    Member

    I have implemented PEP-3121 module finalization for _pickle in 64c6d52793be. I don't see the use case for implementing PEP-384 stable ABI, since _pickle is only distributed with Python.

    @avassalotti avassalotti self-assigned this Dec 1, 2013
    @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
    extension-modules C modules in the Modules dir performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant