[issue22676] Creating the string representation of a module is slower

kbengine report at bugs.python.org
Tue Oct 21 03:22:19 CEST 2014


kbengine added the comment:

This is a misunderstanding, "getattribute (PyObject *obj, PyObject *name, int allow_qualname)" is the Python code, in the Python/Modules/_pickle.c (1538).

Do efficiency is decreased a lot.

----------
status: pending -> open

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


More information about the Python-bugs-list mailing list