diff options
author | Frost Ming <mianghong@gmail.com> | 2020-09-19 05:27:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 22:27:20 +0100 |
commit | aed87acfda69272e2248b0e7bdbe6bf1833f7230 (patch) | |
tree | 0001034d35ef6727bab722ff3650f26d84975c34 /docs/changelog/1938.bugfix.rst | |
parent | 13c0498a47acf8a0aad6db9ceb1033dfe5f119a9 (diff) | |
download | virtualenv-master.tar.gz |
Fix read and write racing on multiple processes. (#1941)master
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to 'docs/changelog/1938.bugfix.rst')
-rw-r--r-- | docs/changelog/1938.bugfix.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/1938.bugfix.rst b/docs/changelog/1938.bugfix.rst new file mode 100644 index 0000000..0521c84 --- /dev/null +++ b/docs/changelog/1938.bugfix.rst @@ -0,0 +1 @@ +Fix a bug that reading and writing on the same file may cause race on multiple processes. |