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/ACKS b/Misc/ACKS
index 62d3e01..a35fd74 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -505,6 +505,7 @@
 Drew Jenkins
 Flemming Kjær Jensen
 MunSic Jeong
+Chris Jerdonek
 Jim Jewett
 Orjan Johansen
 Fredrik Johansson
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.