Message241993
| Author | scoder |
|---|---|
| Recipients | gvanrossum, lukasz.langa, martin.panter, pitrou, rhettinger, scoder, vstinner, yselivanov |
| Date | 2015-04-25.06:03:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429941787.53.0.891614546683.issue24018@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FYI, here's the patch implementation for Cython: https://github.com/cython/cython/blob/cf63ff71c06b16c3a30facdc7859743f4cd495f6/Cython/Utility/Generator.c#L849 The only difference is that it takes care of changing "__next__" to "next" in Py2.x. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-25 06:03:07 | scoder | set | recipients: + scoder, gvanrossum, rhettinger, pitrou, vstinner, lukasz.langa, martin.panter, yselivanov |
| 2015-04-25 06:03:07 | scoder | set | messageid: <1429941787.53.0.891614546683.issue24018@psf.upfronthosting.co.za> |
| 2015-04-25 06:03:07 | scoder | link | issue24018 messages |
| 2015-04-25 06:03:07 | scoder | create | |