mirror of
https://github.com/python/cpython.git
synced 2026-06-13 14:43:46 -04:00
2afe6aeae8
This allows generators that are using yield from to be seen by debuggers. It also kills the f_yieldfrom field on frame objects. Patch mostly from Mark Shannon with a few tweaks by me.