index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
shared_memory.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
1
-1/+4
*
gh-91577: SharedMemory move imports out of methods (#91579)
samtygier
2022-06-16
1
-4/+3
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
Vinay Sharma
2020-08-30
1
-0/+2
*
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)
Antoine Pitrou
2020-04-20
1
-4/+6
*
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
Thomas Krennwallner
2020-04-19
1
-30/+45
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
1
-0/+3
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
1
-0/+5
*
bpo-36102: Prepend slash to all POSIX shared memory block names (#12036)
Davin Potts
2019-02-25
1
-4/+10
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
1
-317/+243
*
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts
2019-02-02
1
-0/+573