[issue16740] Types created with PyType_FromSpec lack a __module__ attribute.

Bradley Froehle report at bugs.python.org
Fri Dec 21 00:27:05 CET 2012


Bradley Froehle added the comment:

For example, in PyType_FromSpec can we split the provided name into a module component and name component, and create the '__module__' entry in the dict?

----------

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


More information about the Python-bugs-list mailing list