diff options
author | Pierre Glaser <pierreglaser@msn.com> | 2019-05-13 19:15:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <antoine@python.org> | 2019-05-13 19:15:32 (GMT) |
commit | b1dfcad6f0d3a52c9ac31fb9763fc7962a84b27c (patch) | |
tree | 09626029048cab5bbe61912b30c91ee988652874 /Misc | |
parent | be6939fb02e65b56c45377940b339d150b124d05 (diff) | |
download | cpython-b1dfcad6f0d3a52c9ac31fb9763fc7962a84b27c.zip cpython-b1dfcad6f0d3a52c9ac31fb9763fc7962a84b27c.tar.gz cpython-b1dfcad6f0d3a52c9ac31fb9763fc7962a84b27c.tar.bz2 |
bpo-36867: Create the resource_tracker before launching SharedMemoryManagers (GH-13276)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-13-13-02-43.bpo-36867.Qh-6mX.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-13-13-02-43.bpo-36867.Qh-6mX.rst b/Misc/NEWS.d/next/Library/2019-05-13-13-02-43.bpo-36867.Qh-6mX.rst new file mode 100644 index 0000000..ce925d0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-13-13-02-43.bpo-36867.Qh-6mX.rst @@ -0,0 +1 @@ +Fix a bug making a SharedMemoryManager instance and its parent process use two separate resource_tracker processes.
\ No newline at end of file |