mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
b027dd78bb
In multiprocessing.shared_memory.SharedMemory(), the temporary view
returned by MapViewOfFile() should be unmapped when it is no longer
needed.
(cherry picked from commit 85c128e34d)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>