mirror of
https://github.com/python/cpython.git
synced 2026-06-26 04:45:15 -04:00
f7d199ff32
Issue #28782: Fix a bug in the implementation ``yield from`` when checking if the next instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647). Reviewed by Serhiy Storchaka and Yury Selivanov.
Miscellaneous source files for the main Python shared library