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
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
.
IronLanguages
/
ironpython3
Public
Notifications
You must be signed in to change notification settings
Fork
314
Star
2.8k
Code
Issues
302
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Implement PEP 492: async/await support
- #2004
#2004
Merged
slozier
merged 9 commits into
IronLanguages:main
IronLanguages/ironpython3:main
from
StockSharp:main
StockSharp/ironpython3:main
Copy head branch name to clipboard
Mar 12, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Implement PEP 492: async/await support
#2004
slozier
merged 9 commits into
IronLanguages:main
IronLanguages/ironpython3:main
from
StockSharp:main
StockSharp/ironpython3:main
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2026
Implement PEP 492: async/await support
Show description for 09f335b
mikasoukhov
committed
09f335b
View commit details
Copy full SHA for 09f335b
Browse repository at this point
Add tests for PEP 492 async/await
Show description for a82d993
mikasoukhov
committed
a82d993
View commit details
Copy full SHA for a82d993
Browse repository at this point
Clean up @test_*_tmp artifacts after each test run
mikasoukhov
committed
826dfeb
View commit details
Copy full SHA for 826dfeb
Browse repository at this point
Implement .NET async interop: await Task/ValueTask, async for IAsyncEnumerable, CancelledError
Show description for a1c1605
mikasoukhov
committed
a1c1605
View commit details
Copy full SHA for a1c1605
Browse repository at this point
Regenerate code to fix test_cgcheck failures
Show description for 04b48e5
mikasoukhov
committed
04b48e5
View commit details
Copy full SHA for 04b48e5
Browse repository at this point
Fix test_pep352 and test_attrinjector regressions
Show description for 5a09b4d
mikasoukhov
committed
5a09b4d
View commit details
Copy full SHA for 5a09b4d
Browse repository at this point
Commits on Feb 25, 2026
Fix AwaitResolver for real async Task<T> subtypes
Show description for f47c54d
mikasoukhov
committed
f47c54d
View commit details
Copy full SHA for f47c54d
Browse repository at this point
Commits on Feb 27, 2026
Non-blocking await for .NET Task in Python async coroutines
Show description for 3998f8a
mikasoukhov
committed
3998f8a
View commit details
Copy full SHA for 3998f8a
Browse repository at this point
Add PythonCoroutine.AsTask() and GetAwaiter() for C# async interop
Show description for dfcace5
mikasoukhov
committed
dfcace5
View commit details
Copy full SHA for dfcace5
Browse repository at this point
You can’t perform that action at this time.