bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) by warsaw · Pull Request #278 · python/cpython

@warsaw

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.