Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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.2k
Star
74.3k
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-117536: GH-117894: fix athrow().throw(...) unawaited warning
- #117851
#117851
Merged
encukou
merged 15 commits into
python:main
python/cpython:main
from
graingert:fix-athrow-throw-unawaited
graingert/cpython:fix-athrow-throw-unawaited
Copy head branch name to clipboard
Apr 24, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
GH-117536: GH-117894: fix athrow().throw(...) unawaited warning
#117851
encukou
merged 15 commits into
python:main
python/cpython:main
from
graingert:fix-athrow-throw-unawaited
graingert/cpython:fix-athrow-throw-unawaited
Copy head branch name to clipboard
Commits
Commits on Apr 13, 2024
GH-117536: fix athrow().throw(...) unawaited warning
graingert
committed
da89a69
View commit details
Copy full SHA for da89a69
Browse repository at this point
test re-using aclose().throw(...)
graingert
committed
f1ac5d3
View commit details
Copy full SHA for f1ac5d3
Browse repository at this point
set agt_state CLOSED on any null result
graingert
committed
733339f
View commit details
Copy full SHA for 733339f
Browse repository at this point
remove unawaited coroutine warnings for coroutines that were awaited
graingert
committed
ac70dc2
View commit details
Copy full SHA for ac70dc2
Browse repository at this point
await deprecated athrow(GeneratorExit, GeneratorExit(), None)
graingert
committed
e3ba8f0
View commit details
Copy full SHA for e3ba8f0
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
38157fb
View commit details
Copy full SHA for 38157fb
Browse repository at this point
Commits on Apr 15, 2024
Update Misc/NEWS.d/next/Core and Builtins/2024-04-13-16-55-53.gh-issue-117536.xkVbfv.rst
graingert
authored
c3ded33
View commit details
Copy full SHA for c3ded33
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
e202058
View commit details
Copy full SHA for e202058
Browse repository at this point
Update Misc/NEWS.d/next/Core and Builtins/2024-04-13-16-55-53.gh-issue-117536.xkVbfv.rst
graingert
authored
11e675d
View commit details
Copy full SHA for 11e675d
Browse repository at this point
Apply suggestions from code review
graingert
authored
d291fe2
View commit details
Copy full SHA for d291fe2
Browse repository at this point
Commits on Apr 17, 2024
also test athrow()
graingert
committed
e501ac8
View commit details
Copy full SHA for e501ac8
Browse repository at this point
add a gc.collect() to test_aclose_throw
graingert
committed
7f839a1
View commit details
Copy full SHA for 7f839a1
Browse repository at this point
add gc.collect() to test_async_gen_3_arg_deprecation_warning
graingert
committed
cd4236b
View commit details
Copy full SHA for cd4236b
Browse repository at this point
delete objects that might warn
graingert
authored
7070ab6
View commit details
Copy full SHA for 7070ab6
Browse repository at this point
gc.collect -> gc_collect
graingert
authored
5800ca4
View commit details
Copy full SHA for 5800ca4
Browse repository at this point
You can’t perform that action at this time.