[issue16271] weird dual behavior with changing __qualname__; different values observed through attribute and descriptor

Benjamin Peterson report at bugs.python.org
Fri Oct 26 08:40:49 CEST 2012


Benjamin Peterson added the comment:

Here's a patch for 3.4. __qualname__ ought to have been implemented this way in the first place. I'll have to think about what can be done about 3.3. Maybe just the same fix without the removal of PyHeapType.ht_qualname. We can hope no one has written extensions relying on its value actually being correct.

----------
keywords: +patch
nosy: +benjamin.peterson
Added file: http://bugs.python.org/file27721/qualname-in-dict.patch

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


More information about the Python-bugs-list mailing list