diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-02-02 18:36:31 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-02-02 18:36:31 +0100 |
commit | 8615531d564e9d1f9e2faec7af5c781142e8f070 (patch) | |
tree | 6334e284dc04dd245aa28c08e15f34c35b36a41b /Python/errors.c | |
parent | d6757eab878bcbee2682da41282b3678be20c845 (diff) | |
download | cpython-8615531d564e9d1f9e2faec7af5c781142e8f070.tar.gz |
Issue #23353, asyncio: Workaround CPython bug #23353
Don't use yield/yield-from in an except block of a generator. Store the
exception and handle it outside the except block.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions