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

Apply PEP384 to _csv module #78714

Closed
eduardo-elizondo mannequin opened this issue Aug 28, 2018 · 2 comments
Closed

Apply PEP384 to _csv module #78714

eduardo-elizondo mannequin opened this issue Aug 28, 2018 · 2 comments
Labels
3.8 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@eduardo-elizondo
Copy link
Mannequin

eduardo-elizondo mannequin commented Aug 28, 2018

BPO 34533
Nosy @berkerpeksag, @eduardo-elizondo
PRs
  • bpo-34533: Apply PEP384 to _csv module #8977
  • bpo-34533: Remove all static state from _csv module #16078
  • Superseder
  • bpo-14935: PEP 384 Refactoring applied to _csv module
  • 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 2018-09-27.19:30:16.609>
    created_at = <Date 2018-08-28.17:45:04.211>
    labels = ['extension-modules', 'type-feature', '3.8']
    title = 'Apply PEP384 to _csv module'
    updated_at = <Date 2019-09-13.06:28:48.608>
    user = 'https://github.com/eduardo-elizondo'

    bugs.python.org fields:

    activity = <Date 2019-09-13.06:28:48.608>
    actor = 'eelizondo'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-09-27.19:30:16.609>
    closer = 'berker.peksag'
    components = ['Extension Modules']
    creation = <Date 2018-08-28.17:45:04.211>
    creator = 'eelizondo'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34533
    keywords = ['patch']
    message_count = 2.0
    messages = ['324268', '326584']
    nosy_count = 2.0
    nosy_names = ['berker.peksag', 'eelizondo']
    pr_nums = ['8977', '16078']
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '14935'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue34533'
    versions = ['Python 3.8']

    @eduardo-elizondo
    Copy link
    Mannequin Author

    eduardo-elizondo mannequin commented Aug 28, 2018

    This applies the heap type refactoring from PEP-384 to the _csv module.

    @eduardo-elizondo eduardo-elizondo mannequin added 3.8 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Aug 28, 2018
    @berkerpeksag
    Copy link
    Member

    This is a duplicate of bpo-14935. Could you please retarget PR 8977 against bpo-14935?

    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 type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant