SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
Z
Zackery Spytz committed
85c128e34daec7625b74746e127afa25888ccde1
Parent: 8749121
Committed by GitHub <noreply@github.com> on 11/25/2022, 5:39:48 PM