FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-122858: Deprecate `asyncio.iscoroutinefunction` by Wulian233 · Pull Request #122875 · 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.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-122858: Deprecate asyncio.iscoroutinefunction
- #122875
#122875
Merged
kumaraditya303
merged 16 commits into
python:main
python/cpython:main
from
Wulian233:asyncio
Wulian233/cpython:asyncio
Copy head branch name to clipboard
Aug 11, 2024
Conversation
Commits
16
(16)
Checks
Files changed
Merged
gh-122858: Deprecate asyncio.iscoroutinefunction
#122875
kumaraditya303
merged 16 commits into
python:main
python/cpython:main
from
Wulian233:asyncio
Wulian233/cpython:asyncio
Copy head branch name to clipboard
Commits
Commits on Aug 10, 2024
Deprecate :func:`asyncio.iscoroutinefunction` in favor of :func:`inspect.iscoroutinefunction`.
Wulian233
committed
1036f01
View commit details
Copy full SHA for 1036f01
Browse repository at this point
gh:`122875`
Wulian233
committed
228d2f2
View commit details
Copy full SHA for 228d2f2
Browse repository at this point
typo
Wulian233
committed
c831bb1
View commit details
Copy full SHA for c831bb1
Browse repository at this point
fix
Wulian233
committed
d48ed66
View commit details
Copy full SHA for d48ed66
Browse repository at this point
fix
Wulian233
committed
7aae62f
View commit details
Copy full SHA for 7aae62f
Browse repository at this point
fix
Wulian233
committed
ae0b8f0
View commit details
Copy full SHA for ae0b8f0
Browse repository at this point
Apply suggestions from code review
kumaraditya303
authored
62b8d3b
View commit details
Copy full SHA for 62b8d3b
Browse repository at this point
use coroutines.iscoroutine and coroutines._iscoroutinefunction
Wulian233
authored
750d294
View commit details
Copy full SHA for 750d294
Browse repository at this point
import coroutines
Wulian233
authored
78655aa
View commit details
Copy full SHA for 78655aa
Browse repository at this point
Update Misc/NEWS.d/next/Library/2024-08-10-10-21-44.gh-issue-122858.ZC1rJD.rst
kumaraditya303
authored
58013d5
View commit details
Copy full SHA for 58013d5
Browse repository at this point
from inspect import iscoroutinefunction
Wulian233
authored
1be0d66
View commit details
Copy full SHA for 1be0d66
Browse repository at this point
remove
Wulian233
authored
840191d
View commit details
Copy full SHA for 840191d
Browse repository at this point
test_pep492.py
Wulian233
authored
e0f0272
View commit details
Copy full SHA for e0f0272
Browse repository at this point
finish
Wulian233
authored
231cfb3
View commit details
Copy full SHA for 231cfb3
Browse repository at this point
Commits on Aug 11, 2024
test_pep492
Wulian233
authored
c1f2743
View commit details
Copy full SHA for c1f2743
Browse repository at this point
fix tests
kumaraditya303
committed
d8c86c6
View commit details
Copy full SHA for d8c86c6
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL