[Python-Dev] PEP 560: bases classes (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Thu Nov 16 01:56:29 EST 2017
- Previous message (by thread): [Python-Dev] PEP 560: bases classes / confusion
- Next message (by thread): [Python-Dev] PEP 560: bases classes / confusion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 16 November 2017 at 04:39, Ivan Levkivskyi <levkivskyi at gmail.com> wrote:
Nick is exactly right here. Jim, if you want to propose alternative wording, then we could consider it.
Jim also raised an important point that needs clarification at the spec level: given multiple entries in "orig_bases" with mro_entries methods, do all such methods get passed the same orig_bases tuple? Or do they receive partially resolved ones, such that bases listed before them have already been resolved to their MRO entries by the time they run.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171116/96b657de/attachment.html>
- Previous message (by thread): [Python-Dev] PEP 560: bases classes / confusion
- Next message (by thread): [Python-Dev] PEP 560: bases classes / confusion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]