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 pitrou
Recipients damianeads, pitrou
Date 2009-11-14.13:42:33
SpamBayes Score 0.0007015533
Marked as misclassified No
Message-id <1258206154.88.0.485837122705.issue7321@psf.upfronthosting.co.za>
In-reply-to
Content
Set objects are iterable, they are not iterators themselves.
In other words, PyIter_Check() should return true when called with the
result of PyObject_GetIter() (but normally you don't need to check anyway).
History
Date User Action Args
2009-11-14 13:42:34pitrousetrecipients: + pitrou, damianeads
2009-11-14 13:42:34pitrousetmessageid: <1258206154.88.0.485837122705.issue7321@psf.upfronthosting.co.za>
2009-11-14 13:42:33pitroulinkissue7321 messages
2009-11-14 13:42:33pitroucreate