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:46:55
SpamBayes Score 6.044761e-06
Marked as misclassified No
Message-id <1294303620.79.0.302455564344.issue5945@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you also advocate deprecating PySequence_Check()? 

Perhaps just document PyMapping_Check() as being less informative than before (now it has false positives for sequences).

> As for the "clean C version of the ABCs", 
> I'm afraid we could wait quite a bit

That may be true.  I hope not.  The ABCs were meant to solve exactly this problem.  At this point, I would rather ignore the problem for 3.2 than to implement a less clean alternative.
History
Date User Action Args
2011-01-06 08:47:00rhettingersetrecipients: + rhettinger, gvanrossum, georg.brandl, pitrou, benjamin.peterson, jmillikin
2011-01-06 08:47:00rhettingersetmessageid: <1294303620.79.0.302455564344.issue5945@psf.upfronthosting.co.za>
2011-01-06 08:46:55rhettingerlinkissue5945 messages
2011-01-06 08:46:55rhettingercreate