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.2k
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-94912: Added marker for non-standard coroutine function detection
- #99247
#99247
Merged
gvanrossum
merged 16 commits into
python:main
python/cpython:main
from
carltongibson:fix-issue-XXXXX
carltongibson/cpython:fix-issue-XXXXX
Copy head branch name to clipboard
Dec 18, 2022
Conversation
Commits
16
(16)
Checks
Files changed
Merged
gh-94912: Added marker for non-standard coroutine function detection
#99247
gvanrossum
merged 16 commits into
python:main
python/cpython:main
from
carltongibson:fix-issue-XXXXX
carltongibson/cpython:fix-issue-XXXXX
Copy head branch name to clipboard
Commits
Commits on Nov 17, 2022
Added initial test and docs drafts.
carltongibson
committed
4cf8e98
View commit details
Copy full SHA for 4cf8e98
Browse repository at this point
Make first case pass setting code flags.
carltongibson
committed
6b8fa87
View commit details
Copy full SHA for 6b8fa87
Browse repository at this point
Adjust iscoroutinefunction() to look for async __call__.
carltongibson
committed
fa22a16
View commit details
Copy full SHA for fa22a16
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
carltongibson
committed
513d358
View commit details
Copy full SHA for 513d358
Browse repository at this point
Moved to decorator; extra tests.
carltongibson
committed
397a975
View commit details
Copy full SHA for 397a975
Browse repository at this point
Commits on Nov 23, 2022
Added tests for lambda, @classmethod, and @staticmethod cases.
carltongibson
committed
d156eab
View commit details
Copy full SHA for d156eab
Browse repository at this point
Adjusted docs signature for review comment.
carltongibson
committed
34859de
View commit details
Copy full SHA for 34859de
Browse repository at this point
Improve grammar in NEWS file
gvanrossum
authored
47a9fea
View commit details
Copy full SHA for 47a9fea
Browse repository at this point
Commits on Nov 29, 2022
Adjusted docs.
carltongibson
committed
cd6c491
View commit details
Copy full SHA for cd6c491
Browse repository at this point
Commits on Nov 30, 2022
Updated for review comments.
carltongibson
committed
629dd81
View commit details
Copy full SHA for 629dd81
Browse repository at this point
Merge branch 'main' into fix-issue-XXXXX
gvanrossum
authored
a518c0f
View commit details
Copy full SHA for a518c0f
Browse repository at this point
Commits on Dec 6, 2022
Use marker for implementation.
carltongibson
committed
c6d2b88
View commit details
Copy full SHA for c6d2b88
Browse repository at this point
Added "What's New..." entry.
carltongibson
committed
b7249a8
View commit details
Copy full SHA for b7249a8
Browse repository at this point
Commits on Dec 8, 2022
Adjusted implementation.
carltongibson
committed
3bc72e2
View commit details
Copy full SHA for 3bc72e2
Browse repository at this point
Commits on Dec 13, 2022
Renamed to _is_coroutine_marker.
carltongibson
committed
c073cf7
View commit details
Copy full SHA for c073cf7
Browse repository at this point
Adjusted implementation and docs.
carltongibson
committed
5ffba32
View commit details
Copy full SHA for 5ffba32
Browse repository at this point
You can’t perform that action at this time.