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 petr.viktorin
Recipients grahamd, petr.viktorin
Date 2019-05-28.08:42:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559032927.22.0.589454314001.issue37072@roundup.psfhosted.org>
In-reply-to
Content
Looks like this is caused by: https://github.com/python/cpython/pull/12086/files#diff-4d35cf8992b795c5e97e9c8b6167cb34R787

PyAST_FromNodeObject doesn't ignore flags any more, so when PyNode_Compile passes NULL flags, it crashes.

(This is unfamiliar code for me; I won't have time to fix & test properly this week.)
History
Date User Action Args
2019-05-28 08:42:07petr.viktorinsetrecipients: + petr.viktorin, grahamd
2019-05-28 08:42:07petr.viktorinsetmessageid: <1559032927.22.0.589454314001.issue37072@roundup.psfhosted.org>
2019-05-28 08:42:07petr.viktorinlinkissue37072 messages
2019-05-28 08:42:07petr.viktorincreate