]> granicus.if.org Git - python/commit
Issue #18762: Print debug info on failure to create new forkserver process.
authorRichard Oudkerk <shibturn@gmail.com>
Wed, 21 Aug 2013 18:45:19 +0000 (19:45 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Wed, 21 Aug 2013 18:45:19 +0000 (19:45 +0100)
commita01fb39877241d4de511dcee291defc77501c8b3
tree293ae15c08f46d8b0ae20cc382096998e7372171
parent6acbe2aaa385ada342ac9421333fce083041f06f
Issue #18762: Print debug info on failure to create new forkserver process.

Also modify test code to hopefully avoid deadlock on failure.
Lib/multiprocessing/forkserver.py
Lib/test/_test_multiprocessing.py