FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-90997: Wrap `yield from`/`await` in a virtual `try`/`except StopIteration` by brandtbucher · Pull Request #96010 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-90997: Wrap yield from/await in a virtual try/except StopIteration
- #96010
#96010
Merged
brandtbucher
merged 13 commits into
python:main
python/cpython:main
from
brandtbucher:gen-throw-new
brandtbucher/cpython:gen-throw-new
Copy head branch name to clipboard
Aug 19, 2022
Conversation
Commits
13
(13)
Checks
Files changed
Merged
GH-90997: Wrap yield from/await in a virtual try/except StopIteration
#96010
brandtbucher
merged 13 commits into
python:main
python/cpython:main
from
brandtbucher:gen-throw-new
brandtbucher/cpython:gen-throw-new
Copy head branch name to clipboard
Commits
Commits on Apr 1, 2022
Use a virtual try/except to handle close()/throw()
brandtbucher
committed
c05c2af
View commit details
Copy full SHA for c05c2af
Browse repository at this point
Commits on May 6, 2022
Catch up with main
brandtbucher
committed
819e0df
View commit details
Copy full SHA for 819e0df
Browse repository at this point
Don't load StopIteration as a constant
brandtbucher
committed
d557e41
View commit details
Copy full SHA for d557e41
Browse repository at this point
Clean up control flow a bit
brandtbucher
committed
d5e033a
View commit details
Copy full SHA for d5e033a
Browse repository at this point
Commits on Aug 15, 2022
Catch up with main
brandtbucher
committed
b4f26d8
View commit details
Copy full SHA for b4f26d8
Browse repository at this point
blurb add
brandtbucher
committed
0cb78f2
View commit details
Copy full SHA for 0cb78f2
Browse repository at this point
Improve docs for SEND
brandtbucher
committed
4b0e60f
View commit details
Copy full SHA for 4b0e60f
Browse repository at this point
Cleanup
brandtbucher
committed
a0953b1
View commit details
Copy full SHA for a0953b1
Browse repository at this point
fixup
brandtbucher
committed
afdf25e
View commit details
Copy full SHA for afdf25e
Browse repository at this point
Commits on Aug 17, 2022
Fix wording
brandtbucher
committed
5348cbe
View commit details
Copy full SHA for 5348cbe
Browse repository at this point
Pack everything into END_THROW
brandtbucher
committed
f4cc398
View commit details
Copy full SHA for f4cc398
Browse repository at this point
Catch up with main
brandtbucher
committed
f085a2e
View commit details
Copy full SHA for f085a2e
Browse repository at this point
Commits on Aug 19, 2022
Feedback from code review
brandtbucher
committed
296bc08
View commit details
Copy full SHA for 296bc08
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL