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 parser module #59895

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

PEP 3121, 384 Refactoring applied to parser module #59895

RobinSchreiber mannequin opened this issue Aug 16, 2012 · 3 comments
Labels
3.10 only security fixes 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 15690
Nosy @vstinner
Files
  • parser_pep3121-384_v0.patch
  • parser_pep3121-384_v1.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:25:15.448>
    created_at = <Date 2012-08-16.09:22:46.555>
    labels = ['extension-modules', '3.10', 'performance']
    title = 'PEP 3121, 384 Refactoring applied to parser module'
    updated_at = <Date 2020-06-22.09:25:15.447>
    user = 'https://bugs.python.org/RobinSchreiber'

    bugs.python.org fields:

    activity = <Date 2020-06-22.09:25:15.447>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-06-22.09:25:15.448>
    closer = 'vstinner'
    components = ['Extension Modules']
    creation = <Date 2012-08-16.09:22:46.555>
    creator = 'Robin.Schreiber'
    dependencies = []
    files = ['26851', '28316']
    hgrepos = []
    issue_num = 15690
    keywords = ['patch', 'pep3121']
    message_count = 3.0
    messages = ['168364', '177490', '372064']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'Robin.Schreiber']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue15690'
    versions = ['Python 3.10']

    @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 parser module!

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

    RobinSchreiber mannequin commented Dec 14, 2012

    Updated parsermodule patch to work with 3.4 Branch version.

    @vstinner
    Copy link
    Member

    The parser module was removed in Python 3.10 (PEP-617).

    @vstinner vstinner added the 3.10 only security fixes label Jun 22, 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
    3.10 only security fixes extension-modules C modules in the Modules dir performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant