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-23.09:11:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619169108.35.0.517037744189.issue43892@roundup.psfhosted.org>
In-reply-to
Content
My proposed MatchConstant node name was bothering me, as most constants are actually matched by equality in MatchValue, the same way variables are.

So I'm switching my proposed name for that node to be MatchSingleton, since that better reflects the key difference with MatchValue (i.e. comparing by identity rather than by value, and specifically comparing with the builtin singletons).
History
Date User Action Args
2021-04-23 09:11:48ncoghlansetrecipients: + ncoghlan, Mark.Shannon, Guido.van.Rossum, pablogsal, brandtbucher, BTaskaya, freundTech
2021-04-23 09:11:48ncoghlansetmessageid: <1619169108.35.0.517037744189.issue43892@roundup.psfhosted.org>
2021-04-23 09:11:48ncoghlanlinkissue43892 messages
2021-04-23 09:11:48ncoghlancreate