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 methane
Recipients methane, pitrou, scoder, serhiy.storchaka
Date 2017-12-21.11:23:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New slot is really required?

My idea is:

* Copy slots from MRO
* Iterate namespace dict and override slots if dunder is defined

Is it impossible or harder than my thought?
History
Date User Action Args
2017-12-21 11:23:21methanesetrecipients: + methane, pitrou, scoder, serhiy.storchaka
2017-12-21 11:23:21methanesetmessageid: <[email protected]>
2017-12-21 11:23:20methanelinkissue32346 messages
2017-12-21 11:23:20methanecreate