Skip to content

Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" #29951

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 1 commit into from
Dec 7, 2021
Merged

Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" #29951

merged 1 commit into from
Dec 7, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 7, 2021

@vstinner
Copy link
Member Author

vstinner commented Dec 7, 2021

PR related to the SC decision: python/steering-council#86

@@ -176,7 +176,7 @@ partially finished requests and to use :mod:`selectors` to decide which
request to work on next (or whether to handle a new incoming request). This is
particularly important for stream services where each client can potentially be
connected for a long time (if threads or subprocesses cannot be used). See
:mod:`asyncio` for another way to manage this.
:mod:`asyncore` for another way to manage this.
Copy link
Member

Choose a reason for hiding this comment

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

Can't you still recommend asyncio even with the revert?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it's possible, but I wanted to use a simple "git revert" command. Moreover, Miro wants to get it in 3.11.0a3, and Pablo suggests to merge the PR today, so I simply merged my PR.

@hroncok
Copy link
Contributor

hroncok commented Dec 7, 2021

@pablogsal Can we please include this in 3.11.0a3?

@pablogsal
Copy link
Member

@pablogsal Can we please include this in 3.11.0a3?

Yup, but let's make sure It's merged today. We have a bunch of release blockers anyway :(

@vstinner vstinner merged commit cf7eaa4 into python:main Dec 7, 2021
@vstinner vstinner deleted the restore_asyncore branch December 7, 2021 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants