summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst
blob: d7e6b225489b99d0ece276fa0ed478ebd1e2b642 (plain)
1
Add ``track`` parameter to :class:`multiprocessing.shared_memory.SharedMemory` that allows using shared memory blocks without having to register with the POSIX resource tracker that automatically releases them upon process exit.