mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
85c128e34d
In multiprocessing.shared_memory.SharedMemory(), the temporary view returned by MapViewOfFile() should be unmapped when it is no longer needed.