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 select module #59908

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

PEP 3121, 384 Refactoring applied to select module #59908

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 15703
Nosy @vstinner
Superseder
  • bpo-38116: Make select module PEP-384 compatible
  • Files
  • select_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 = None
    closed_at = <Date 2020-06-22.09:28:36.067>
    created_at = <Date 2012-08-16.21:01:09.379>
    labels = ['extension-modules', 'performance']
    title = 'PEP 3121, 384 Refactoring applied to select module'
    updated_at = <Date 2020-06-22.09:28:36.066>
    user = 'https://bugs.python.org/RobinSchreiber'

    bugs.python.org fields:

    activity = <Date 2020-06-22.09:28:36.066>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-06-22.09:28:36.067>
    closer = 'vstinner'
    components = ['Extension Modules']
    creation = <Date 2012-08-16.21:01:09.379>
    creator = 'Robin.Schreiber'
    dependencies = []
    files = ['26865']
    hgrepos = []
    issue_num = 15703
    keywords = ['pep3121']
    message_count = 2.0
    messages = ['168410', '372069']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'Robin.Schreiber']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '38116'
    type = 'resource usage'
    url = 'https://bugs.python.org/issue15703'
    versions = ['Python 3.4']

    @RobinSchreiber
    Copy link
    Mannequin Author

    RobinSchreiber mannequin commented Aug 16, 2012

    Changes proposed in PEP-3121 and PEP-384 have now been applied to the select 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

    Fixed by:

    New changeset f919054 by Dino Viehland in branch 'master':
    bpo-38116: Convert select module to PEP-384 (bpo-15971)
    f919054

    I mark this issue as a duplicate of bpo-38116.

    @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