summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-10-26 14:36:43 -0300
committerGitHub <noreply@github.com>2018-10-26 14:36:43 -0300
commitd59786fcc421dcec1bcbffc4768625b5172d2475 (patch)
treeba925aebfa936d74fbb2cf65120cc374244faaec /changelog
parent9cde67c09c5e980f0750edc07cb398acf9d244cf (diff)
parentae2fc277991f1717463f80aa98c57fd1f7718a87 (diff)
downloadpytest-d59786fcc421dcec1bcbffc4768625b5172d2475.tar.gz
Merge pull request #4222 from RonnyPfannschmidt/pathlib-fixes
handle race condition when creation and deletion of a numbered dir overlap
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4181.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4181.bugfix.rst b/changelog/4181.bugfix.rst
new file mode 100644
index 000000000..668f8ba1e
--- /dev/null
+++ b/changelog/4181.bugfix.rst
@@ -0,0 +1 @@
+Handle race condition between creation and deletion of temporary folders.