Robin Scheibler added the comment:
Thank you very much for your help!
--
___
Python tracker
<https://bugs.python.org/issue42850>
___
___
Python-bugs-list mailin
Robin Scheibler added the comment:
Thanks for the suggestion. I had indeed run into some issues with fork vs spawn
before.
I have tested with 3.8.5 and 3.9.1 and the bug doesn't occur with these more
recent versions.
Should I leave the bug open since 3.7 is still supp
Robin Scheibler added the comment:
Thank you very much for the reply! I was indeed hesitating where to post the
issue. I have now cross-posted in the sounddevice issue tracker.
https://github.com/spatialaudio/python-sounddevice/issues/302
I'll update the issue if things progress on
New submission from Robin Scheibler :
I am having an issue with using urllib in a multiprocessing.Process when the
package sounddevice (https://github.com/spatialaudio/python-sounddevice) has
been already imported.
The sub-process hangs upon calling urllib.request.urlopen (and methods from