diff options
author | Luke Garland <luke.garland01@gmail.com> | 2022-12-02 03:13:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 10:13:33 +0000 |
commit | b027dd78bbdb66f2995bb898af304e66e5508bf6 (patch) | |
tree | 8186b09f41ea27821a8d8ff90152617c29af6736 /Lib/test/test_exceptions.py | |
parent | 64dae2efd5a083d342d744d40ca8d6ebb28bc771 (diff) | |
download | cpython-git-b027dd78bbdb66f2995bb898af304e66e5508bf6.tar.gz |
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
In multiprocessing.shared_memory.SharedMemory(), the temporary view
returned by MapViewOfFile() should be unmapped when it is no longer
needed.
(cherry picked from commit 85c128e34daec7625b74746e127afa25888ccde1)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Lib/test/test_exceptions.py')
0 files changed, 0 insertions, 0 deletions