]> granicus.if.org Git - python/commit
Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
authorBrett Cannon <bcannon@gmail.com>
Thu, 5 Nov 2009 01:26:57 +0000 (01:26 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 5 Nov 2009 01:26:57 +0000 (01:26 +0000)
commitcfed029c42ba1f1129de0ff3e455fcaf1c7ef9c6
tree1f73f59b1b2b46fc31074f917bfd12f81dd93c6d
parent0ae45116245d4b508672d87eb1249cbf0079f167
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.
Lib/importlib/test/source/util.py
Misc/NEWS