[issue22032] Use __qualname__ together with __module__

Serhiy Storchaka report at bugs.python.org
Tue Jul 22 13:52:07 CEST 2014


Serhiy Storchaka added the comment:

It broke Python tests (test_traceback and test_unittest), and the patch contains fixes for this. Yes, it can break user test if they test nested subclasses of classes touched by this patch. This is not very likely, but on other hand I don't see what can happen wrong when we will not fix it in 3.4.

----------
versions:  -Python 3.4

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


More information about the Python-bugs-list mailing list