From b1abec543fcdcaa45c2193ba5ff49bb2b0b4de92 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 9 Oct 2022 18:51:31 -0400 Subject: [PATCH] Add trivial news snippet --- nooz/335.trivial.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nooz/335.trivial.rst 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.