-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-97696 Add documentation for get_coro() behavior with eager tasks #104189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
5c30058
gh-97696 Add documentation for get_coro() behavior with eager tasks
jbower-fb 248b78b
Update asyncio-task.rst
jbower-fb 3205457
gh-104190: fix ubsan crash (#104191)
sunmy2019 4126669
gh-104051: fix crash in test_xxtestfuzz with -We (#104052)
iritkatriel 992dead
GH-103092: port `_asyncio` freelist to module state (#104196)
kumaraditya303 be60d71
gh-64658: Expand Argument Clinic return converter docs (#104175)
erlend-aasland 582fe9a
gh-68395: Avoid naming conflicts by mangling variable names in Argume…
erlend-aasland 78dc058
gh-64631: Test exception messages in cloned Argument Clinic funcs (#1…
erlend-aasland d3192a2
gh-64595: Argument Clinic: Touch source file if any output file chang…
erlend-aasland 5405b60
GH-96803: Add three C-API functions to make _PyInterpreterFrame less …
markshannon 21fb990
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
gaogaotiantian ef989ab
gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#2…
nametkin 0b62e96
GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)
barneygale 0826f80
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
ericsnowcurrently efc84cd
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-1…
ericsnowcurrently 7192a46
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
ericsnowcurrently c205faa
gh-104146: Remove unused var 'parser_body_declarations' from clinic.p…
erlend-aasland b057233
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
ericsnowcurrently 0b9d0b2
gh-104144: Skip scheduling a done callback if a TaskGroup task comple…
itamaro 8df75f2
gh-97696: Remove redundant #include (#104216)
jbower-fb 88482c7
gh-101819: Prepare to modernize the _io extension (#104178)
vstinner 810e47b
gh-102215: importlib documentation cleanups
yrro cf8ee0b
GH-97950: Use new-style index directive ('builtin') (#104164)
AA-Turner b2c254d
gh-104233: Fix "unused variable" warning in `ceval_gil.c` (#104234)
sobolevn 6ab9a42
gh-65772: Clean-up turtle module (#104218)
terryjreedy b4f3496
Rewrite the turtledemo makeGraphFrame method (#104224)
terryjreedy cb70222
gh-104144: Optimize gather to finish eagerly when all futures complet…
itamaro 1173ce2
gh-90953: Emit deprecation warnings for `ast` features deprecated in …
AlexWaygood a719df1
GH-103548: Improve performance of `pathlib.Path.[is_]absolute()` (GH-…
barneygale 060a31e
gh-101819: Remove unused 'locale_module' from _io state (#104246)
erlend-aasland fc1e63f
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-10…
ericsnowcurrently 74d38ea
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
ericsnowcurrently de9f9dd
gh-101640: Make argparse _print_message catch any write error (#101802)
arhadthedev fe13226
gh-104254: Document the optional keyword-only "context" argument to T…
itamaro 33e8bdb
gh-103886: Improve `builtins.__doc__` (#104179)
tomasr8 44b081d
gh-97696: Use `PyObject_CallMethodNoArgs` and inline is_loop_running …
itamaro 06707b9
gh-104018: remove unused format "z" handling in string formatfloat() …
belm0 7e11146
Re-enable commented-out test in test_generators.py (#104130)
ymki4360 c66f1b6
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#1…
erlend-aasland e63898e
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
erlend-aasland 18babf4
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bi…
erlend-aasland b61f7d2
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
erlend-aasland f06a11c
GH-100479: Fix pathlib test failure on WASI (#104215)
barneygale 86ca8d2
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getatt…
AlexWaygood c195a2c
gh-104240: make _PyCompile_CodeGen support different compilation mode…
iritkatriel 3145c0f
GH-89812: Churn `pathlib.Path` methods (GH-104243)
barneygale 44914e0
gh-103650: Fix perf maps address format (#103651)
art049 f6943eb
GH-102613: Improve performance of `pathlib.Path.rglob()` (GH-104244)
barneygale 8e76e2d
gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (…
chgnrdv 67b4b55
gh-64660: Don't hardcode Argument Clinic return converter result vari…
erlend-aasland 52539f0
gh-104273: Remove redundant len() calls in argparse function (#104274)
buraksaler 82a37a4
gh-99108: Replace SHA3 implementation HACL* version (#103597)
msprotz 2745006
gh-97696: Improve and fix documentation for asyncio eager tasks (#104…
itamaro 013469f
gh-102500: Remove mention of bytes shorthand (#104281)
hauntsaninja ffa4d19
Trim trailing whitespace and test on CI (#104275)
hugovk 7714382
gh-103193: Improve `getattr_static` test coverage (#104286)
AlexWaygood a7e9a63
GH-104145: Use fully-qualified cross reference types for the bisect m…
AA-Turner 82bc549
gh-99108: fix typo in Modules/Setup (#104293)
msprotz b28c5f2
gh-104223: Fix issues with inheriting from buffer classes (#104227)
JelleZijlstra a49c8a8
gh-89550: Buffer GzipFile.write to reduce execution time by ~15% (#10…
CCLDArjun b8116d8
GH-104284: Fix documentation gettext build (#104296)
AA-Turner 9a51482
get_coro versionchanged info and cross-reference
jbower-fb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.