[issue34240] Convert test_mmap to use tempfile

Eryk Sun report at bugs.python.org
Thu Jul 26 22:25:07 EDT 2018


Eryk Sun <eryksun at gmail.com> added the comment:

> tests are competing with each other to delete and recreate the file

When is this an issue? Each parallel test process should have its own working directory under "{TEMPDIR}/test_python_{pid}".

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34240>
_______________________________________


More information about the Python-bugs-list mailing list