diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-04-10 21:01:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-04-10 21:01:38 (GMT) |
commit | 34ad84d80a33c026c77389747c46e2aa272181c2 (patch) | |
tree | 588bb6b0b0f9909176991f02b9379abe46670921 /Misc | |
parent | fe2d27d068ac4ee1773e2b7d7f5719efc2210917 (diff) | |
parent | c9314d9e08309782010b56a41bb2d28c6a556302 (diff) | |
download | cpython-34ad84d80a33c026c77389747c46e2aa272181c2.zip cpython-34ad84d80a33c026c77389747c46e2aa272181c2.tar.gz cpython-34ad84d80a33c026c77389747c46e2aa272181c2.tar.bz2 |
merge 3.3 (#17669)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #17669: Fix crash involving finalization of generators using yield from. + - Issue #14439: Python now prints the traceback on runpy failure at startup. - Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() |