gh-94597: deprecate asyncio.set_event_loop_policy by graingert · Pull Request #110728 · python/cpython · GitHub

github.com

Tin mới

graingert:deprecate-set-event-loop-policy

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

deprecate the asyncio child watchers system #94597

deprecate asyncio.set_event_loop_policy

update set_event_loop_policy docs

📜🤖 Added by blurb_it.

test the deprecation warning

add support.set_event_loop_policy for setting the event loop policy i…

View reviewed changes

Learn more about hiding disruptive comments

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

gh-79033: Try to fix asyncio.Server.wait_closed() again #111336

Update Misc/NEWS.d/next/Library/2023-10-11-15-55-53.gh-issue-94597.qX…

Update Lib/asyncio/events.py

doc set_event_loop_policy removal schedule

View reviewed changes

Update Doc/whatsnew/3.13.rst

View reviewed changes

bedevere-app Bot commented Nov 1, 2023

bedevere-app Bot commented Nov 1, 2023

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core devel

move set_event_loop_policy deprecation notice to asyncio section

Merge branch 'main' into deprecate-set-event-loop-policy

View reviewed changes

Merge branch 'main' into deprecate-set-event-loop-policy

Breaking change in 0.23.* pytest-dev/pytest-asyncio#706