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 ncoghlan
Recipients BTaskaya, Guido.van.Rossum, Mark.Shannon, brandtbucher, freundTech, ncoghlan, pablogsal
Date 2021-04-25.06:57:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619333862.07.0.12802806731.issue43892@roundup.psfhosted.org>
In-reply-to
Content
Interesting idea - I had missed that you were suggested "identifier*" for the cls node. It's simple enough to check for Name-or-Attribute in the AST validator though, and sticking with a standard expr_ty node means getting a lot of standard handling in the rest of the compiler and the unparser.

My commitments today finished earlier than I expected, so I'm about to tackle the unparser now.
History
Date User Action Args
2021-04-25 06:57:42ncoghlansetrecipients: + ncoghlan, Mark.Shannon, Guido.van.Rossum, pablogsal, brandtbucher, BTaskaya, freundTech
2021-04-25 06:57:42ncoghlansetmessageid: <1619333862.07.0.12802806731.issue43892@roundup.psfhosted.org>
2021-04-25 06:57:42ncoghlanlinkissue43892 messages
2021-04-25 06:57:41ncoghlancreate