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 refactoring applied to binascii module #59886

Closed
RobinSchreiber mannequin opened this issue Aug 16, 2012 · 2 comments
Closed

PEP 3121 refactoring applied to binascii module #59886

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

Comments

@RobinSchreiber
Copy link
Mannequin

RobinSchreiber mannequin commented Aug 16, 2012

BPO 15681
Nosy @loewis, @vstinner
Superseder
  • bpo-1635741: Py_Finalize() doesn't clear all Python objects at exit
  • Files
  • binascii_pep3121_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 = None
    closed_at = <Date 2020-09-07.13:52:38.103>
    created_at = <Date 2012-08-16.08:26:51.935>
    labels = ['extension-modules', 'performance']
    title = 'PEP 3121 refactoring applied to binascii module'
    updated_at = <Date 2020-09-07.13:56:18.799>
    user = 'https://bugs.python.org/RobinSchreiber'

    bugs.python.org fields:

    activity = <Date 2020-09-07.13:56:18.799>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-09-07.13:52:38.103>
    closer = 'vstinner'
    components = ['Extension Modules']
    creation = <Date 2012-08-16.08:26:51.935>
    creator = 'Robin.Schreiber'
    dependencies = []
    files = ['26843']
    hgrepos = []
    issue_num = 15681
    keywords = ['pep3121']
    message_count = 2.0
    messages = ['168354', '376486']
    nosy_count = 3.0
    nosy_names = ['loewis', 'vstinner', 'Robin.Schreiber']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '1635741'
    type = 'resource usage'
    url = 'https://bugs.python.org/issue15681'
    versions = ['Python 3.4']

    @RobinSchreiber
    Copy link
    Mannequin Author

    RobinSchreiber mannequin commented Aug 16, 2012

    Changes proposed in PEP-3121 have now been applied to the binascii module!

    @RobinSchreiber RobinSchreiber mannequin added extension-modules C modules in the Modules dir performance Performance or resource usage labels Aug 16, 2012
    @vstinner
    Copy link
    Member

    vstinner commented Sep 7, 2020

    Fixed by:

    commit 33e71e0
    Author: Marcel Plch <mplch@redhat.com>
    Date: Wed May 22 13:51:26 2019 +0200

    bpo-31862: Port binascii to PEP-489 multiphase initialization (GH-4108)
    

    @vstinner vstinner closed this as completed Sep 7, 2020
    @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