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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19228>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to