Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

There is no longer need to use OrderedDict as __dict__, but ctypes types have 
tp_dict which are instances of dict subclass (StgDict). Disabling setting it to 
anything that is not an exact dict would break ctypes.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue1475692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to