gh-94182: run the PidfdChildWatcher on the running loop by graingert · Pull Request #94184 · python/cpython · GitHub

github.com

Tin mới

graingert:run-pidfdchildwatcher-on-the-running-loop

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

PidfdChildWatcher runs callbacks on the main thread eventloop and not the currently running loop #94182

run the PidfdChildWatcher on the running loop

enable GenericWatcherTests and add a test for pidfd watcher run in a …

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

View reviewed changes

Update Lib/test/test_asyncio/test_subprocess.py

View reviewed changes

Update Lib/test/test_asyncio/test_subprocess.py

View reviewed changes

Update Lib/test/test_asyncio/test_subprocess.py

View reviewed changes

Update Lib/test/test_asyncio/test_subprocess.py

Merge branch 'main' into run-pidfdchildwatcher-on-the-running-loop

AbstractChildWatcher is called as a context manager

move GenericWatcherTests into the other unix tests

Merge branch 'main' into run-pidfdchildwatcher-on-the-running-loop

View reviewed changes

check that asyncio.set_event_loop() was not called

📜🤖 Added by blurb_it.

Merge branch 'main' into run-pidfdchildwatcher-on-the-running-loop

Merge branch 'main' into run-pidfdchildwatcher-on-the-running-loop

Merge branch 'main' into run-pidfdchildwatcher-on-the-running-loop

Merge branch 'main' of github.com:python/cpython into run-pidfdchildw…

Merge branch 'main' into run-pidfdchildwatcher-on-the-running-loop

asyncio.run sets up the policy system asyncio.Runner with a loop_fact…

View reviewed changes

awaiting core review

GH-98023: Change default child watcher to PidfdChildWatcher on supported systems #98024

Merge branch 'main' into run-pidfdchildwatcher-on-the-running-loop