summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPierre Glaser <pierreglaser@msn.com>2019-05-13 19:15:32 (GMT)
committerAntoine Pitrou <antoine@python.org>2019-05-13 19:15:32 (GMT)
commitb1dfcad6f0d3a52c9ac31fb9763fc7962a84b27c (patch)
tree09626029048cab5bbe61912b30c91ee988652874 /Misc
parentbe6939fb02e65b56c45377940b339d150b124d05 (diff)
downloadcpython-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.rst1
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