mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
In multiprocessing.shared_memory.SharedMemory(), the temporary view returned by MapViewOfFile() should be unmapped when it is no longer needed.