forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-125038: some changes after review
- Loading branch information
1 parent
5109efa
commit b9e2b38
Showing
4 changed files
with
33 additions
and
40 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
Misc/NEWS.d/next/Core_and_Builtins/2024-11-04-21-58-20.gh-issue-125038.kGhWOS.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Adds :opcode:`CHECK_ITERABLE` instruction. It checks that TOS is iterable or | ||
async iterable. Redundant ``GET_ITER`` and ``GET_AITER`` instructions are | ||
removed from generator expression code. Patch by Mikhail Efimov. | ||
Adds :opcode:`CHECK_ITERABLE` instruction. It checks that top of the stack | ||
is iterable or async iterable. Redundant ``GET_ITER`` and ``GET_AITER`` | ||
instructions are removed from generator expression code. | ||
Patch by Mikhail Efimov. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.