diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-11 17:19:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-11 17:19:14 (GMT) |
commit | 282083d5f4f5a0ba02cf0149caec06a6afecdb5e (patch) | |
tree | 969b8cb9cacb992161efdcd29e895c56ec33d59f /Misc | |
parent | 67097fd592411ac19684f92beafaaa3f1e2f8e6a (diff) | |
download | cpython-282083d5f4f5a0ba02cf0149caec06a6afecdb5e.zip cpython-282083d5f4f5a0ba02cf0149caec06a6afecdb5e.tar.gz cpython-282083d5f4f5a0ba02cf0149caec06a6afecdb5e.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -458,6 +458,7 @@ Zbyszek Jędrzejewski-Szmek Drew Jenkins Flemming Kjær Jensen MunSic Jeong +Chris Jerdonek Orjan Johansen Fredrik Johansson Gregory K. Johnson @@ -341,6 +341,10 @@ Extension Modules 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 |