diff --git a/nooz/335.trivial.rst b/nooz/335.trivial.rst new file mode 100644 index 0000000..1030f4d --- /dev/null +++ b/nooz/335.trivial.rst @@ -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.