Staging
v0.8.1
https://github.com/python/cpython
Revision 5d44c08f1c18583d568283170454bab0c11f8257 authored by Victor Stinner on 02 February 2015, 17:36:31 UTC, committed by Victor Stinner on 02 February 2015, 17:36:31 UTC
Don't use yield/yield-from in an except block of a generator. Store the
exception and handle it outside the except block.
1 parent 7a66fc2
History
Tip revision: 5d44c08f1c18583d568283170454bab0c11f8257 authored by Victor Stinner on 02 February 2015, 17:36:31 UTC
Issue #23353, asyncio: Workaround CPython bug #23353
Tip revision: 5d44c08
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 5.9 KB
README.txt -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.0 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 40.8 KB
license.rst -rw-r--r-- 45.6 KB
make.bat -rw-r--r-- 3.6 KB

README.txt

back to top