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 efa7339..8e37718 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -458,6 +458,7 @@
Drew Jenkins
Flemming Kjær Jensen
MunSic Jeong
+Chris Jerdonek
Orjan Johansen
Fredrik Johansson
Gregory K. Johnson
diff --git a/Misc/NEWS b/Misc/NEWS
index fe83897..34a34c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -341,6 +341,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.
+
- test_nntplib now tolerates being run from behind NNTP gateways that add
"X-Antivirus" headers to articles