Commit 16d86aa6 authored by Benjamin Peterson's avatar Benjamin Peterson

update symbol.py for yield from grammar changes (closes #17132)

parent 003472a6
...@@ -91,6 +91,7 @@ comp_for = 333 ...@@ -91,6 +91,7 @@ comp_for = 333
comp_if = 334 comp_if = 334
encoding_decl = 335 encoding_decl = 335
yield_expr = 336 yield_expr = 336
yield_arg = 337
#--end constants-- #--end constants--
sym_name = {} sym_name = {}
......
...@@ -163,6 +163,8 @@ Core and Builtins ...@@ -163,6 +163,8 @@ Core and Builtins
Library Library
------- -------
- Issue #17132: Update symbol for "yield from" grammar changes.
- Issue #17076: Make copying of xattrs more permissive of missing FS support. - Issue #17076: Make copying of xattrs more permissive of missing FS support.
Patch by Thomas Wouters. Patch by Thomas Wouters.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment