There was an error while loading. Please reload this page.
1 parent 8dfe966 commit 97ace7dCopy full SHA for 97ace7d
1 file changed
Doc/whatsnew/3.16.rst
@@ -498,6 +498,11 @@ symtable
498
like the builtin :func:`compile`.
499
(Contributed by Serhiy Storchaka in :gh:`153844`.)
500
501
+* Inlined list, set and dict comprehensions (:pep:`709`) are now represented
502
+ as their own symbol tables, of type
503
+ :attr:`~symtable.SymbolTableType.INLINED_COMPREHENSION`.
504
+ (Contributed by Irit Katriel in :gh:`124697`.)
505
+
506
507
tkinter
508
-------
0 commit comments