[issue36399] multiprocessing: Queue does not work in virtualenv but works fine in main interpreter

Bernt Røskar Brenna report at bugs.python.org
Fri Mar 22 05:10:54 EDT 2019


Bernt Røskar Brenna <bernt.brenna at gmail.com> added the comment:

I also checked using 3.8 (built from commit 1f58f4fa6a0e3c60cee8df4a35c8dcf3903acde8), and it works there, so it looks as if 3.7 is the problem.

> VENV38\Scripts\python.exe --version
Python 3.8.0a2+

> VENV38\Scripts\python.exe mp_queue_example.py
main, pid=8284, executable=D:\dev\eva_v_next\VENV38\Scripts\python.exe
process_worker, pid=16396, executable=D:\dev\cpython\PCbuild\win32\python.exe
submitting...
submitting 0
submitting 1
submitting 2
Executing job 0
Executing job 1
Executing job 2

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36399>
_______________________________________


More information about the Python-bugs-list mailing list