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 vstinner
Recipients pablogsal, serhiy.storchaka, vstinner
Date 2021-05-26.22:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622069030.49.0.669161486327.issue35197@roundup.psfhosted.org>
In-reply-to
Content
Issue fixed in bpo-43244.

I moved the evil public Python-ast.h header file into the internal C API as Include/internal/pycore_ast.h. It doesn't define "Yield" anymore: "_PyAST_Yield" must be used instead.
History
Date User Action Args
2021-05-26 22:43:50vstinnersetrecipients: + vstinner, serhiy.storchaka, pablogsal
2021-05-26 22:43:50vstinnersetmessageid: <1622069030.49.0.669161486327.issue35197@roundup.psfhosted.org>
2021-05-26 22:43:50vstinnerlinkissue35197 messages
2021-05-26 22:43:50vstinnercreate