summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRandy Döring <30527984+radoering@users.noreply.github.com>2023-03-12 18:23:07 +0100
committerGitHub <noreply@github.com>2023-03-12 10:23:07 -0700
commitd48565f2a7a3096fd45bf11ca194ea095bdae9ac (patch)
tree1fc1d6df98424cf971b2cffc06495e61b77e6923 /docs
parente2a9ee59e58c48a663bb435dbeb36a160272f695 (diff)
downloadvirtualenv-d48565f2a7a3096fd45bf11ca194ea095bdae9ac.tar.gz
Make `ReentrantFileLock` thread-safe and, thereby, fix race condition in `virtualenv.cli_run` (#2517)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2516.bugfix.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog/2516.bugfix.rst b/docs/changelog/2516.bugfix.rst
new file mode 100644
index 0000000..052aead
--- /dev/null
+++ b/docs/changelog/2516.bugfix.rst
@@ -0,0 +1,2 @@
+Make ``ReentrantFileLock`` thread-safe and,
+thereby, fix race condition in ``virtualenv.cli_run`` - by :user:`radoering`.