diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-11 16:22:29 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-11 16:22:29 (GMT) |
commit | 91427733ea26a72a987d66db202ed4ddbb95805f (patch) | |
tree | 1952b7a298ab28ea2190a9facb13a8ab30462936 /Misc | |
parent | 354ecf1ef2283434600a12cf544da6df679d03d9 (diff) | |
parent | c775ad615a6370ec8424422422bbec3f0976428b (diff) | |
download | cpython-91427733ea26a72a987d66db202ed4ddbb95805f.zip cpython-91427733ea26a72a987d66db202ed4ddbb95805f.tar.gz cpython-91427733ea26a72a987d66db202ed4ddbb95805f.tar.bz2 |
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: 2015-03-28 Core and Builtins ----------------- +- Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. + - Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. |