10000 gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles by graingert · Pull Request #124959 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles #124959

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

Merged
merged 4 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove detrititus from testing PyFuture/PyTask
  • Loading branch information
graingert authored Oct 4, 2024
commit 33ddc708712dddd0b48c7df4198f130ad202cede
5 changes: 0 additions & 5 deletions Lib/test/test_asyncio/test_taskgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@

from test.test_asyncio.utils import await_without_task

if False:
asyncio.Task = asyncio.tasks._CTask = asyncio.tasks.Task = asyncio.tasks._PyTask
asyncio.Future = asyncio.futures._CFuture = asyncio.futures.Future = asyncio.futures._PyFuture


# To prevent a warning "test altered the execution environment"
def tearDownModule():
asyncio.set_event_loop_policy(None)
Expand Down
Loading
0