[issue22676] _pickle's whichmodule() is slow

STINNER Victor report at bugs.python.org
Fri Nov 28 22:08:32 CET 2014


STINNER Victor added the comment:

On Windows with Visual Studio, I got a compiler warning. In whichmodule(), get_dotted_path() is called with module whereas module is not initialiazed:

    dotted_path = get_dotted_path(module, global_name, allow_qualname);

----------

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


More information about the Python-bugs-list mailing list