summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/signal.patch
AgeCommit message (Collapse)Author
2018-09-11python3: fix multiprocessingRoss Burton
glibc 2.28 slightly changed the behaviour of sigaddset() which broke multiprocessing. Backport a patch from Python 3.6 to solve this. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>