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

a Py_DECREF() too much #39299

Closed
arigo mannequin opened this issue Sep 25, 2003 · 3 comments
Closed

a Py_DECREF() too much #39299

arigo mannequin opened this issue Sep 25, 2003 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@arigo
Copy link
Mannequin

arigo mannequin commented Sep 25, 2003

BPO 812353
Nosy @arigo, @rhettinger
Files
  • y.txt: 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 2003-10-21.18:14:40.000>
    created_at = <Date 2003-09-25.10:23:32.000>
    labels = ['interpreter-core']
    title = 'a Py_DECREF() too much'
    updated_at = <Date 2003-10-21.18:14:40.000>
    user = 'https://github.com/arigo'

    bugs.python.org fields:

    activity = <Date 2003-10-21.18:14:40.000>
    actor = 'jhylton'
    assignee = 'jhylton'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2003-09-25.10:23:32.000>
    creator = 'arigo'
    dependencies = []
    files = ['1046']
    hgrepos = []
    issue_num = 812353
    keywords = []
    message_count = 3.0
    messages = ['18356', '18357', '18358']
    nosy_count = 3.0
    nosy_names = ['jhylton', 'arigo', 'rhettinger']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue812353'
    versions = ['Python 2.4']

    @arigo
    Copy link
    Mannequin Author

    arigo mannequin commented Sep 25, 2003

    frameobject.c:PyFrame_FastToLocals() has a
    Py_DECREF(locals) that shouldn't be done. It didn't get
    noticed because it is in an unprobable path.

    @arigo arigo mannequin closed this as completed Sep 25, 2003
    @arigo arigo mannequin assigned jhylton Sep 25, 2003
    @arigo arigo mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Sep 25, 2003
    @rhettinger
    Copy link
    Contributor

    Logged In: YES
    user_id=80475

    Jeremy, this is your code fragment.

    @jhylton
    Copy link
    Mannequin

    jhylton mannequin commented Oct 21, 2003

    Logged In: YES
    user_id=31392

    Fixed in rev 2.76 of frameobject.c.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant