summaryrefslogtreecommitdiffstats
path: root/Python/pymath.c
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-05-25 14:57:46 (GMT)
committerGitHub <noreply@github.com>2017-05-25 14:57:46 (GMT)
commit2783cc42629b9445ea848ce36bbf213ef7789271 (patch)
treecd71ebfa9971d7fe152d634b514f6bdf43d27eb9 /Python/pymath.c
parentf43b293f2fee91578e28c7aa566510a0cd6e33cb (diff)
downloadcpython-2783cc42629b9445ea848ce36bbf213ef7789271.zip
cpython-2783cc42629b9445ea848ce36bbf213ef7789271.tar.gz
cpython-2783cc42629b9445ea848ce36bbf213ef7789271.tar.bz2
[3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1815)
* bpo-30414: multiprocesing.Queue._feed do not break from main loop on exc Queue background running thread was not handling exceptions correctly. Any exception occurred inside thread (putting unpickable object) cause feeder to finish running. After that every message put into queue is silently ignored. * bpo-30414: multiprocesing.Queue._feed do not break from main loop on exc Queue background running thread was not handling exceptions correctly. Any exception occurred inside thread (putting unpickable object) cause feeder to finish running. After that every message put into queue is silently ignored. (cherry picked from commit bc50f03db4f58c869b78e98468e374d7e61f1227)
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions