[New-bugs-announce] [issue38616] Using Py_XDECREF to replace Py_DECREF in PyAST_FromNodeObject()

hai shi report at bugs.python.org
Mon Oct 28 10:41:07 EDT 2019


New submission from hai shi <shihai1991 at 126.com>:

`if (c.c_normalize) {
     Py_DECREF(c.c_normalize);
}` 
--> 
`Py_XDECREF(c.c_normalize);`

----------
components: Interpreter Core
messages: 355545
nosy: shihai1991
priority: normal
severity: normal
status: open
title: Using Py_XDECREF to replace Py_DECREF in PyAST_FromNodeObject()
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38616>
_______________________________________


More information about the New-bugs-announce mailing list