[issue26906] format(object.__reduce__) fails intermittently

Guido van Rossum report at bugs.python.org
Sat May 7 10:51:26 EDT 2016


Guido van Rossum added the comment:

Because the data structure that defines a type is just data, and at some
point PyType_Ready() must be called. The question is how to do this, given
that nobody can (or needs to) produce a definitive list of all types.

----------

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


More information about the Python-bugs-list mailing list