diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-11 16:20:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-11 16:20:35 (GMT) |
commit | c775ad615a6370ec8424422422bbec3f0976428b (patch) | |
tree | 44ae0e24459750d4f01cc2b5ffc9e03c9fc8b9b5 /Misc | |
parent | cf4a2f29adb6bdae0b18e983250d7c48d486c9d6 (diff) | |
download | cpython-c775ad615a6370ec8424422422bbec3f0976428b.zip cpython-c775ad615a6370ec8424422422bbec3f0976428b.tar.gz cpython-c775ad615a6370ec8424422422bbec3f0976428b.tar.bz2 |
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,7 @@ Pierre Carrier Terry Carroll Edward Catmur Lorenzo M. Catucci +Bruno Cauet Donn Cave Charles Cazabon Jesús Cea Avión @@ -10,6 +10,8 @@ Release date: tba Core and Builtins ----------------- +- Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. + - Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. |