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 rhettinger
Recipients BTaskaya, Mark.Shannon, rhettinger, v2m
Date 2021-03-20.16:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616256361.64.0.241708148718.issue43563@roundup.psfhosted.org>
In-reply-to
Content
Currently, super() is decoupled from the core language.  It is just a builtin that provides customized attribute lookup.  This PR makes super() more tightly integrated with the core language, treating it as if it were a keyword and part of the grammar.  Also note, users can currently create their own versions of super(), shadowing the builtin super().
History
Date User Action Args
2021-03-20 16:06:01rhettingersetrecipients: + rhettinger, Mark.Shannon, v2m, BTaskaya
2021-03-20 16:06:01rhettingersetmessageid: <1616256361.64.0.241708148718.issue43563@roundup.psfhosted.org>
2021-03-20 16:06:01rhettingerlinkissue43563 messages
2021-03-20 16:06:01rhettingercreate