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