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, vstinner
Date 2019-10-28.21:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572298540.19.0.442266796863.issue38618@roundup.psfhosted.org>
In-reply-to
Content
There is no bug. We can add Py_INCREF/Py_DECREF in ast.c. We can remove Py_INCREF/Py_DECREF from compile.c. But all this would just add code churn.
History
Date User Action Args
2019-10-28 21:35:40serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, shihai1991
2019-10-28 21:35:40serhiy.storchakasetmessageid: <1572298540.19.0.442266796863.issue38618@roundup.psfhosted.org>
2019-10-28 21:35:40serhiy.storchakalinkissue38618 messages
2019-10-28 21:35:40serhiy.storchakacreate