[issue26906] format(object.__reduce__) fails intermittently

Serhiy Storchaka report at bugs.python.org
Wed May 4 09:49:06 EDT 2016


Serhiy Storchaka added the comment:

A number of other types are not initialized until you request an attribute.

Here is larger patch for 2.7 that makes 38 types to be explicitly initialized.

----------
Added file: http://bugs.python.org/file42716/init_types-2.7.patch

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


More information about the Python-bugs-list mailing list