Add trivial news snippet

spawn_backend_table
Tyler Goodlet 2022-10-09 18:51:31 -04:00
parent 93b9d2dc2d
commit b1abec543f
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Establish an explicit "backend spawning" method table; use it from CI
More clearly lays out the current set of (3) backends: ``['trio',
'mp_spawn', 'mp_forkserver']`` and adjusts the ``._spawn.py`` internals
as well as the test suite to accommodate.