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 442 implementation #62312

Closed
pitrou opened this issue May 31, 2013 · 8 comments
Closed

PEP 442 implementation #62312

pitrou opened this issue May 31, 2013 · 8 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@pitrou
Copy link
Member

pitrou commented May 31, 2013

BPO 18112
Nosy @pitrou, @vstinner, @tiran, @benjaminp, @phmc
Files
  • 39731f1d2d38.diff
  • f5ddbd98c2bf.diff
  • 050c6d089164.diff
  • 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 2013-07-30.18:04:11.264>
    created_at = <Date 2013-05-31.23:35:53.419>
    labels = ['interpreter-core', 'type-feature']
    title = 'PEP 442 implementation'
    updated_at = <Date 2013-07-30.18:04:11.263>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2013-07-30.18:04:11.263>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2013-07-30.18:04:11.264>
    closer = 'pitrou'
    components = ['Interpreter Core']
    creation = <Date 2013-05-31.23:35:53.419>
    creator = 'pitrou'
    dependencies = []
    files = ['30744', '30907', '31068']
    hgrepos = ['194']
    issue_num = 18112
    keywords = ['patch']
    message_count = 8.0
    messages = ['191219', '192146', '192974', '192981', '193810', '193836', '193942', '193943']
    nosy_count = 7.0
    nosy_names = ['pitrou', 'vstinner', 'christian.heimes', 'benjamin.peterson', 'python-dev', 'pconnell', 'isoschiz']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue18112'
    versions = ['Python 3.4']

    @pitrou pitrou added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels May 31, 2013
    @pitrou
    Copy link
    Member Author

    pitrou commented Jun 15, 2013

    Here is the patch implementing PEP-442.

    @pitrou
    Copy link
    Member Author

    pitrou commented Jul 1, 2013

    Updated patch.

    @pitrou
    Copy link
    Member Author

    pitrou commented Jul 12, 2013

    Updated patch (again).

    @benjaminp
    Copy link
    Contributor

    Sorry for taking forever. I got half-way through version 1, but now I suppose I'm terribly behind the latest and greatest.

    @benjaminp
    Copy link
    Contributor

    Modulo earlier comments, I think it looks good to land.

    @pitrou
    Copy link
    Member Author

    pitrou commented Jul 28, 2013

    Updated patch with the suggested changes, apart from a couple stylistic ones (waiting for your answer on these ones).

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jul 30, 2013

    New changeset 3f994367a979 by Antoine Pitrou in branch 'default':
    Issue bpo-18112: PEP-442 implementation (safe object finalization).
    http://hg.python.org/cpython/rev/3f994367a979

    @pitrou
    Copy link
    Member Author

    pitrou commented Jul 30, 2013

    Committed with a couple further doc changes!

    @pitrou pitrou closed this as completed Jul 30, 2013
    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants