summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorTim Golden <mail@timgolden.me.uk>2018-07-26 21:05:00 (GMT)
committerGitHub <noreply@github.com>2018-07-26 21:05:00 (GMT)
commit6a62e1d365934de82ff7c634981b3fbf218b4d5f (patch)
tree71310dcc25bc62aa6791b991294b2e483724ebb3 /Lib/email
parent56b29b6d6fa3eb32bb1533ee3f21b1e7135648a0 (diff)
downloadcpython-6a62e1d365934de82ff7c634981b3fbf218b4d5f.zip
cpython-6a62e1d365934de82ff7c634981b3fbf218b4d5f.tar.gz
cpython-6a62e1d365934de82ff7c634981b3fbf218b4d5f.tar.bz2
bpo-34239: Convert test_bz2 to use tempfile (#8485)
* bpo-34239: Convert test_bz2 to use tempfile test_bz2 currently uses the test.support.TESTFN functionality which creates a temporary file local to the test directory named around the pid. This can give rise to race conditions where tests are competing with each other to delete and recreate the file. This change converts the tests to use tempfile.mkstemp which gives a different file every time from the system's temp area
Diffstat (limited to 'Lib/email')
0 files changed, 0 insertions, 0 deletions