Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build.
Patch by Chris Jerdonek.
diff --git a/Misc/NEWS b/Misc/NEWS
index f48bb7d..25f240c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,10 @@
Tests
-----
+- Issue #15300: Ensure the temporary test working directories are in the same
+ parent folder when running tests in multiprocess mode from a Python build.
+ Patch by Chris Jerdonek.
+
- Issue #15284: Skip {send,recv}msg tests in test_socket when IPv6 is not
enabled. Patch by Brian Brazil.