This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ajaksu2, eric.snow, gangesmaster, iritkatriel, josh.r, kushal.das, matthieu.labbe, r.david.murray, rhettinger, serhiy.storchaka, torsten
Date 2020-11-07.21:56:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604786196.41.0.241276839146.issue1475692@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-07 21:56:36serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, gangesmaster, ajaksu2, r.david.murray, matthieu.labbe, torsten, eric.snow, kushal.das, josh.r, iritkatriel
2020-11-07 21:56:36serhiy.storchakasetmessageid: <1604786196.41.0.241276839146.issue1475692@roundup.psfhosted.org>
2020-11-07 21:56:36serhiy.storchakalinkissue1475692 messages
2020-11-07 21:56:36serhiy.storchakacreate