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 rhettinger
Recipients benjamin.peterson, georg.brandl, gvanrossum, jmillikin, pitrou, rhettinger
Date 2011-01-06.08:17:23
SpamBayes Score 6.965779e-08
Marked as misclassified No
Message-id <1294301845.6.0.883618467961.issue5945@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than introduce "fixes" that break code and hurt performance, I think it would be better to deprecate PyMapping_Check() and wait for a fast, clean C version of the ABCs (that is supposed to be our one obvious way to do it).

FWIW, the spreadsheet example has been around for years and I know of more than one private company that has made heavy use of code modeled on that example (not for spreadsheets, but as a hook for eval).  So, I don't think the new "keys" check should be backported.
History
Date User Action Args
2011-01-06 08:17:25rhettingersetrecipients: + rhettinger, gvanrossum, georg.brandl, pitrou, benjamin.peterson, jmillikin
2011-01-06 08:17:25rhettingersetmessageid: <1294301845.6.0.883618467961.issue5945@psf.upfronthosting.co.za>
2011-01-06 08:17:23rhettingerlinkissue5945 messages
2011-01-06 08:17:23rhettingercreate