gh-94912: Added marker for non-standard coroutine function detection by carltongibson · Pull Request #99247 · python/cpython · GitHub

github.com

Tin mới

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

python/cpython:main

carltongibson:fix-issue-XXXXX

4cf8e98 Added initial test and docs drafts. carltongibson Nov 8, 2022

6b8fa87 Make first case pass setting code flags. carltongibson Nov 15, 2022

fa22a16 Adjust iscoroutinefunction() to look for async __call__. carltongibson Nov 15, 2022

513d358 📜🤖 Added by blurb_it. blurb-it[bot] Nov 17, 2022

397a975 Moved to decorator; extra tests. carltongibson Nov 17, 2022

d156eab Added tests for lambda, @classmethod, and @staticmethod cases. carltongibson Nov 23, 2022

34859de Adjusted docs signature for review comment. carltongibson Nov 23, 2022

47a9fea Improve grammar in NEWS file gvanrossum Nov 23, 2022

cd6c491 Adjusted docs. carltongibson Nov 29, 2022

629dd81 Updated for review comments. carltongibson Nov 30, 2022

a518c0f Merge branch 'main' into fix-issue-XXXXX gvanrossum Nov 30, 2022

c6d2b88 Use marker for implementation. carltongibson Dec 6, 2022

b7249a8 Added "What's New..." entry. carltongibson Dec 6, 2022

3bc72e2 Adjusted implementation. carltongibson Dec 8, 2022

c073cf7 Renamed to _is_coroutine_marker. carltongibson Dec 13, 2022

5ffba32 Adjusted implementation and docs. carltongibson Dec 13, 2022