[New-bugs-announce] [issue24329] __qualname__ and __slots__

Yury Selivanov report at bugs.python.org
Fri May 29 22:09:17 CEST 2015


New submission from Yury Selivanov:

The following code doesn't work.  Would be great if we can fix it in 3.5

class Foo:
    __slots__ = ('__qualname__',)

----------
components: Interpreter Core
messages: 244410
nosy: pitrou, yselivanov
priority: normal
severity: normal
status: open
title: __qualname__ and __slots__
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24329>
_______________________________________


More information about the New-bugs-announce mailing list