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 benjamin.peterson, brett.cannon, docs@python, ncoghlan, serhiy.storchaka, terry.reedy, yselivanov
Date 2018-03-09.21:55:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520632501.61.0.467229070634.issue32758@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.7 compile() can crash not only when compiling to an AST object (due to recursive AST optimization).
History
Date User Action Args
2018-03-09 21:55:01serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, terry.reedy, ncoghlan, benjamin.peterson, docs@python, yselivanov
2018-03-09 21:55:01serhiy.storchakasetmessageid: <1520632501.61.0.467229070634.issue32758@psf.upfronthosting.co.za>
2018-03-09 21:55:01serhiy.storchakalinkissue32758 messages
2018-03-09 21:55:01serhiy.storchakacreate