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 emilyemorehouse
Recipients emilyemorehouse, gvanrossum, matrixise, serhiy.storchaka
Date 2019-02-20.16:41:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550680877.47.0.479089061407.issue36052@roundup.psfhosted.org>
In-reply-to
Content
You should look in Python/ast.c. The naming convention follows some form of "named expression" (e.g. NamedExpr, ast_for_namedexpr).

I'll have more time to look later this week, but let me know if you have any questions.
History
Date User Action Args
2019-02-20 16:41:17emilyemorehousesetrecipients: + emilyemorehouse, gvanrossum, serhiy.storchaka, matrixise
2019-02-20 16:41:17emilyemorehousesetmessageid: <1550680877.47.0.479089061407.issue36052@roundup.psfhosted.org>
2019-02-20 16:41:17emilyemorehouselinkissue36052 messages
2019-02-20 16:41:17emilyemorehousecreate