bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)#278
Merged
warsaw merged 1 commit intopython:3.6from Feb 24, 2017
Merged
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)#278warsaw merged 1 commit intopython:3.6from
warsaw merged 1 commit intopython:3.6from
Conversation
dstufft
approved these changes
Feb 24, 2017
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Jul 16, 2021
…bmodule Stackless now uses Stackman https://github.com/stackless-dev/stackman for stack switching / hard tasklet switching. The legacy stack switching code is still available. See 'readme.txt' for details. The Stackman code is in a git submodule located below Stackless/stackman. You can control the usage of Stackman with the configure options "--with-stackman" and "--without-stackman". On Windows you can use the MSBuild property "stackmanDir". (To set a property add '"/p:name=value"' to the build.bat command line.) Co-authored-by: Anselm Kruis <anselm.kruis@atos.net>
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Jul 16, 2021
…bmodule Fix compiling with clang.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Jul 31, 2021
Update stackman to commit dbc72fe520.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Aug 1, 2021
Update smelly.py to not complain about the symbol prefix "stackman_".
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
Support multiplexed descendants in MultiplexedPath.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport bpo-25008 to 3.6