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 vstinner
Recipients Jim.Jewett, eric.snow, gvanrossum, vstinner
Date 2012-03-25.23:07:56
SpamBayes Score 0.015474801
Marked as misclassified No
Message-id <1332716876.94.0.990530416599.issue14386@psf.upfronthosting.co.za>
In-reply-to
Content
> The "PyMapping_Check(dict) && !PyMapping_Check(dict)" 

Oh, I mean "PyMapping_Check(dict) && !PySequence_Check(dict)"
History
Date User Action Args
2012-03-25 23:07:56vstinnersetrecipients: + vstinner, gvanrossum, eric.snow, Jim.Jewett
2012-03-25 23:07:56vstinnersetmessageid: <1332716876.94.0.990530416599.issue14386@psf.upfronthosting.co.za>
2012-03-25 23:07:56vstinnerlinkissue14386 messages
2012-03-25 23:07:56vstinnercreate