mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
#4748 lambda generators shouldn't return values
This commit is contained in:
parent
c3a9803410
commit
8d5934b25d
3 changed files with 18 additions and 1 deletions
|
|
@ -83,6 +83,8 @@ Core and Builtins
|
|||
- Issue #4509: Various issues surrounding resize of bytearray objects to
|
||||
which there are buffer exports.
|
||||
|
||||
- Issue #4748: Lambda generators no longer return a value.
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue