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 Oz.Tiram
Recipients Mariatta, Oz.Tiram, doerwalter, rhettinger
Date 2017-04-23.07:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
@Walter, 

I implemented two possible solutions. Chronologically speaking V2 was implemented before V1, but it's a bit über-smart and might surprise it's
users requiring the class attributes to be some kind of iterable.

The first version is my current preferred solution.

I intentionally didn't create a PR for that yet. 

These are the branches:

https://github.com/oz123/cpython/tree/issue30095-v1
https://github.com/oz123/cpython/tree/issue30095-v2
History
Date User Action Args
2017-04-23 07:02:29Oz.Tiramsetrecipients: + Oz.Tiram, doerwalter, rhettinger, Mariatta
2017-04-23 07:02:29Oz.Tiramsetmessageid: <[email protected]>
2017-04-23 07:02:29Oz.Tiramlinkissue30095 messages
2017-04-23 07:02:29Oz.Tiramcreate