commit | f4adb975061874566766f7a67206cb7b0439bc11 | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Thu Nov 03 04:38:51 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Nov 03 11:38:51 2022 +0000 |
tree | 136b2e8b97fd8811cef1d2ff46d31fb61f26183a | |
parent | e9ac890c0273aee413aa528cc202c3efa29f1d7a [diff] |
GH-96793: Implement PEP 479 in bytecode. (GH-99006) * Handle converting StopIteration to RuntimeError in bytecode. * Add custom instruction for converting StopIteration into RuntimeError.