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 yselivanov
Recipients pitrou, yselivanov
Date 2015-05-29.20:09:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432930157.09.0.507147768187.issue24329@psf.upfronthosting.co.za>
In-reply-to
Content
The following code doesn't work.  Would be great if we can fix it in 3.5

class Foo:
    __slots__ = ('__qualname__',)
History
Date User Action Args
2015-05-29 20:09:17yselivanovsetrecipients: + yselivanov, pitrou
2015-05-29 20:09:17yselivanovsetmessageid: <1432930157.09.0.507147768187.issue24329@psf.upfronthosting.co.za>
2015-05-29 20:09:17yselivanovlinkissue24329 messages
2015-05-29 20:09:17yselivanovcreate