]> granicus.if.org Git - python/commit
Issue #15300: Ensure the temporary test working directories are in the same parent...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Jul 2012 17:21:31 +0000 (19:21 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Jul 2012 17:21:31 +0000 (19:21 +0200)
commit673eb6a0bbf9708d89ead5ca4c0e5a5c349b79dd
tree48b190afb6cf3c53dc6a5c134543d60c917942de
parentfa0989fd38b9e01ec62db7b1c6ed2847628913e4
parent282083d5f4f5a0ba02cf0149caec06a6afecdb5e
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.
Lib/test/regrtest.py
Misc/ACKS
Misc/NEWS