Message95240
| 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:34 | pitrou | set | recipients: + pitrou, damianeads |
| 2009-11-14 13:42:34 | pitrou | set | messageid: <1258206154.88.0.485837122705.issue7321@psf.upfronthosting.co.za> |
| 2009-11-14 13:42:33 | pitrou | link | issue7321 messages |
| 2009-11-14 13:42:33 | pitrou | create | |