[issue38618] Why not use refcount of c.c_filename in PyAST_FromNodeObject()

Serhiy Storchaka report at bugs.python.org
Mon Oct 28 11:38:40 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Because there is no need to use refcount.

And there is no need to use refcount in compile.c too.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list