cpython/Misc/NEWS.d/next/Library/2023-10-12-18-19-47.gh-issu...

2 lines
229 B
ReStructuredText

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.