Petr Viktorin <[email protected]> added the comment:
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.) ---------- nosy: +petr.viktorin _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37072> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
