This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, shihai1991
Date 2019-10-28.15:46:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572277589.7.0.858485704694.issue38617@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-10-28 15:46:29serhiy.storchakasetrecipients: + serhiy.storchaka, shihai1991
2019-10-28 15:46:29serhiy.storchakasetmessageid: <1572277589.7.0.858485704694.issue38617@roundup.psfhosted.org>
2019-10-28 15:46:29serhiy.storchakalinkissue38617 messages
2019-10-28 15:46:29serhiy.storchakacreate