[New-bugs-announce] [issue27981] Reference leak in fp_setreadl() of Parser/tokenizer.c

STINNER Victor report at bugs.python.org
Tue Sep 6 16:44:33 EDT 2016


New submission from STINNER Victor:

Does the following function call leaks a reference?

        if (PyObject_CallObject(readline, NULL) == NULL) {
            readline = NULL;
            goto cleanup;
        }

----------
messages: 274622
nosy: haypo
priority: normal
severity: normal
status: open
title: Reference leak in fp_setreadl() of Parser/tokenizer.c
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27981>
_______________________________________


More information about the New-bugs-announce mailing list