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 xiang.zhang
Recipients eric.snow, kaniini, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-07-31.09:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469956856.94.0.673986759238.issue27275@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be some difference behaviours between C version and pure Python version when it comes to subclass. Except popitem, the constructor also goes different code path. There may be more. Should these differences be eliminated or they are accepted?
History
Date User Action Args
2016-07-31 09:20:57xiang.zhangsetrecipients: + xiang.zhang, rhettinger, eric.snow, serhiy.storchaka, kaniini
2016-07-31 09:20:56xiang.zhangsetmessageid: <1469956856.94.0.673986759238.issue27275@psf.upfronthosting.co.za>
2016-07-31 09:20:56xiang.zhanglinkissue27275 messages
2016-07-31 09:20:56xiang.zhangcreate