mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-109118: Allow lambdas in annotation scopes in classes (#118019)
This commit is contained in:
parent
4c7bfdff90
commit
85f727c5fb
4 changed files with 53 additions and 13 deletions
|
|
@ -241,6 +241,9 @@ Other Language Changes
|
|||
ones if configured to do so.
|
||||
(Contributed by Pedro Sousa Lacerda in :gh:`66449`.)
|
||||
|
||||
* :ref:`annotation scope <annotation-scopes>` within class scopes can now
|
||||
contain lambdas. (Contributed by Jelle Zijlstra in :gh:`109118`.)
|
||||
|
||||
|
||||
New Modules
|
||||
===========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue