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

hai shi report at bugs.python.org
Mon Oct 28 13:06:36 EDT 2019


hai shi <shihai1991 at 126.com> added the comment:

> I don't understand the purpose of this issue. The bug tracker is not the right place to ask question. If you think that it's a bug, please explain how to trigger the bug.

Hi, victor. What i want to express is that the refcount operation of filename should be same between ast.c and compile.c.

I am not sure i express it clearly. 

If the refcount of filename in ast.c is redundant as Serhiy said, maybe we should remove it? 

Hm, If we think it's fine, just keep it, i will close it soon.
And pls forgive me adding a noisy bpo again ;(

----------

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


More information about the Python-bugs-list mailing list