commit | cfed029c42ba1f1129de0ff3e455fcaf1c7ef9c6 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Nov 05 01:26:57 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Nov 05 01:26:57 2009 +0000 |
tree | 1f73f59b1b2b46fc31074f917bfd12f81dd93c6d | |
parent | 0ae45116245d4b508672d87eb1249cbf0079f167 [diff] |
Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places source files for tests. Allows for concurrent execution of the tests by preventing various executions from trampling each other. Closes issue #7248.