[issue26906] Special method lookup fails on unitialized types

2016-10-08 Thread Oren Milman
Oren Milman added the comment: (Just to save time for anyone interested) The last demonstration of the bug Serhiy mentioned is caused by the following (this was right only until Serhiy's patch earlier today): - before importing collections.abc, str_iterator is not initialized, which means:

[issue26906] Special method lookup fails on unitialized types

2016-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset bbaf6c928526 by Serhiy Storchaka in branch '3.5': Issue #26906: Resolving special methods of uninitialized type now causes https://hg.python.org/cpython/rev/bbaf6c928526 New changeset 3119f08802a5 by Serhiy Storchaka in branch '2.7': Issue #26906:

[issue26906] Special method lookup fails on unitialized types

2016-10-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- title: format(object.__reduce__) fails intermittently -> Special method lookup fails on unitialized types ___ Python tracker