Skip to content

Implementation of the PEP 419: Protecting cleanup statements from interruptions #58935

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

Closed
tailhook mannequin opened this issue May 5, 2012 · 3 comments
Closed

Implementation of the PEP 419: Protecting cleanup statements from interruptions #58935

tailhook mannequin opened this issue May 5, 2012 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@tailhook
Copy link
Mannequin

tailhook mannequin commented May 5, 2012

BPO 14730
Nosy @asvetlov
Files
  • cleanuphook.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 = None
    created_at = <Date 2012-05-05.14:31:46.084>
    labels = ['interpreter-core', 'type-feature']
    title = 'Implementation of the PEP 419: Protecting cleanup statements from interruptions'
    updated_at = <Date 2019-04-26.19:35:10.818>
    user = 'https://bugs.python.org/tailhook'

    bugs.python.org fields:

    activity = <Date 2019-04-26.19:35:10.818>
    actor = 'BreamoreBoy'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2012-05-05.14:31:46.084>
    creator = 'tailhook'
    dependencies = []
    files = ['25461']
    hgrepos = []
    issue_num = 14730
    keywords = ['patch']
    message_count = 2.0
    messages = ['159994', '223104']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'tailhook']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue14730'
    versions = ['Python 3.4']

    @tailhook
    Copy link
    Mannequin Author

    tailhook mannequin commented May 5, 2012

    Attached patch is a partial implementation of PEP-419, it lacks inspect module functions and requires more unit tests.

    @tailhook tailhook mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels May 5, 2012
    @bitdancer bitdancer changed the title Implementation of the PEP 419 Implementation of the PEP 419: Protecting cleanup statements from interruptions May 5, 2012
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 15, 2014

    FTR PEP-419 has been deferred as there's no champion.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @terryjreedy
    Copy link
    Member

    Closing until PEP approved. This issue is listed on the PEP.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant