]> granicus.if.org Git - python/commit
bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)
authorPierre Glaser <pierreglaser@msn.com>
Fri, 10 May 2019 18:42:35 +0000 (20:42 +0200)
committerAntoine Pitrou <antoine@python.org>
Fri, 10 May 2019 18:42:35 +0000 (20:42 +0200)
commitd0d64ad1f5f1dc1630004091d7f8209546c1220a
tree930a44cdff935895a33f121da0f3fb63fcfdc100
parent86ea58149c3e83f402cecd17e6a536865fb06ce1
bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)

Fix a bug crashing SharedMemoryManager instances in interactive sessions after
a Ctrl-C (KeyboardInterrupt) was sent.
Lib/multiprocessing/managers.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2019-03-21-16-00-00.bpo-36368.zsRT1.rst [new file with mode: 0644]