[New-bugs-announce] [issue19228] type.__qualname__ should not strip the module name

STINNER Victor report at bugs.python.org
Sat Oct 12 00:56:52 CEST 2013


New submission from STINNER Victor:

type.__qualname__ getter type_qualname() calls type_name() which strips the module name from the type name (type->tp_name).

Attached patch fixes this.

----------
files: type_qualname.patch
keywords: patch
messages: 199518
nosy: haypo
priority: normal
severity: normal
status: open
title: type.__qualname__ should not strip the module name
versions: Python 3.4
Added file: http://bugs.python.org/file32052/type_qualname.patch

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


More information about the New-bugs-announce mailing list