Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The filename argument must be non-NULL. The code that uses c_filename requires 
this.

Py_XDECREF in compiler_free() could be replaced with Py_DECREF. But this is too 
tiny change which does not have significant effect.

Actually both Py_INCREF and Py_XDECREF could be removed.

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38617>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to