summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/shared_memory.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-101-0/+5
* bpo-36102: Prepend slash to all POSIX shared memory block names (#12036)Davin Potts2019-02-251-4/+10
* bpo-35813: Tests and docs for shared_memory (#11816)Davin Potts2019-02-231-317/+243
* bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)Davin Potts2019-02-011-0/+573