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 ncoghlan
Recipients daniel.urban, eric.snow, loewis, ncoghlan
Date 2013-03-16.12:56:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363438562.01.0.459993378.issue17421@psf.upfronthosting.co.za>
In-reply-to
Content
Eric and I discussed this, and I've come to the conclusion that the check doesn't serve much purpose at this point.

I initially thought it conveyed useful information about the runtime behavioural restriction, but it doesn't even do that correctly, as dict subclasses (like collections.OrderedDict) will pass the check but will also be copied into a vanilla dict instance.

However, we definitely shouldn't drop it until the copying behaviour is properly documented, so I've added #17422 as an explicit dependency.
History
Date User Action Args
2013-03-16 12:56:02ncoghlansetrecipients: + ncoghlan, loewis, daniel.urban, eric.snow
2013-03-16 12:56:02ncoghlansetmessageid: <1363438562.01.0.459993378.issue17421@psf.upfronthosting.co.za>
2013-03-16 12:56:01ncoghlanlinkissue17421 messages
2013-03-16 12:56:01ncoghlancreate