[issue27422] Deadlock when mixing threading and multiprocessing
July 2, 2016
8:18 p.m.
Raymond Hettinger added the comment: FWIW, this isn't even a Python specific behavior. It is just how threads, locks, and processes work (or in this case don't work). The code is doing what it is told to do which happens to not be what you want (i.e. a user bug rather than a Python bug). I think a FAQ entry would be a reasonable place to mention this (it comes up more often than one would hope). ---------- assignee: -> docs@python components: +Documentation nosy: +docs@python resolution: -> not a bug _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27422> _______________________________________
3626
Age (days ago)
3626
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Hettinger