Message255721
| Author | gvanrossum |
|---|---|
| Recipients | gvanrossum, oconnor663, vstinner, yselivanov |
| Date | 2015-12-02.16:15:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1449072954.53.0.416505933375.issue25779@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Interestingly, it doesn't hang when you raise a different error. There's some new code dealing with the RuntimeError coming out of a generator if it raises StopIteration (instead of returning) introduced by issue #22906. Yury, it looks like you introduced that? (The diff is this: changeset: 95932:36a8d935c322 user: Yury Selivanov <yselivanov@sprymix.com> date: Sat May 09 11:44:30 2015 -0400 summary: PEP 479: Change StopIteration handling inside generators. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-12-02 16:15:54 | gvanrossum | set | recipients: + gvanrossum, vstinner, yselivanov, oconnor663 |
| 2015-12-02 16:15:54 | gvanrossum | set | messageid: <1449072954.53.0.416505933375.issue25779@psf.upfronthosting.co.za> |
| 2015-12-02 16:15:54 | gvanrossum | link | issue25779 messages |
| 2015-12-02 16:15:54 | gvanrossum | create | |