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

fix for bug 501716 #37970

Closed
mbrierst mannequin opened this issue Feb 11, 2003 · 2 comments
Closed

fix for bug 501716 #37970

mbrierst mannequin opened this issue Feb 11, 2003 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@mbrierst
Copy link
Mannequin

mbrierst mannequin commented Feb 11, 2003

BPO 684981
Nosy @loewis
Files
  • patchargs2
  • 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 = 'https://github.com/loewis'
    closed_at = <Date 2003-05-03.10:00:48.000>
    created_at = <Date 2003-02-11.23:08:01.000>
    labels = ['interpreter-core']
    title = 'fix for bug 501716'
    updated_at = <Date 2003-05-03.10:00:48.000>
    user = 'https://bugs.python.org/mbrierst'

    bugs.python.org fields:

    activity = <Date 2003-05-03.10:00:48.000>
    actor = 'loewis'
    assignee = 'loewis'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2003-02-11.23:08:01.000>
    creator = 'mbrierst'
    dependencies = []
    files = ['5024']
    hgrepos = []
    issue_num = 684981
    keywords = ['patch']
    message_count = 2.0
    messages = ['42828', '42829']
    nosy_count = 2.0
    nosy_names = ['loewis', 'mbrierst']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue684981'
    versions = ['Python 2.3']

    @mbrierst
    Copy link
    Mannequin Author

    mbrierst mannequin commented Feb 11, 2003

    Fixes bug described there:
    "es#" parser marker leaks memory

    Also fixes two other minor leaks involving
    strings with encoded NULL's and when
    a bad buffer_len pointer is passed to
    PyArg_Parse...

    Is a nicer version of the patch I pasted
    in to the comments on the 501716 bug report.

    @mbrierst mbrierst mannequin closed this as completed Feb 11, 2003
    @mbrierst mbrierst mannequin assigned loewis Feb 11, 2003
    @mbrierst mbrierst mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 11, 2003
    @mbrierst mbrierst mannequin closed this as completed Feb 11, 2003
    @mbrierst mbrierst mannequin assigned loewis Feb 11, 2003
    @mbrierst mbrierst mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 11, 2003
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented May 3, 2003

    Logged In: YES
    user_id=21627

    Thanks for the patch. Committed as getargs.c 2.100.

    @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

    0 participants