[issue35608] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread
Change by 白稳平 : -- type: -> behavior ___ Python tracker <https://bugs.python.org/issue35608> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue35608] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread
New submission from 白稳平 : I used multi-processes to handle cpu intensive task,I have a thread reading data from stdin and put it to a input_queue, a thread get data from output_queue and write it to stdout, multiple processes get data from input queue,then handled the data,and put

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread
Change by 白稳平 : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue35607> ___ ___ Python-bugs-list mailing list

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread
Change by 白稳平 : Removed file: https://bugs.python.org/file48020/新建文本文档.txt ___ Python tracker <https://bugs.python.org/issue35607> ___ ___ Python-bugs-list mailin

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread
New submission from 白稳平 : I used multi-processes to handle cpu intensive task,I have a thread reading data from stdin and put it to a input_queue, a thread get data from output_queue and write it to stdout, multiple processes get data from input queue,then handled the data,and put

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread
Change by 白稳平 : -- components: Library (Lib) files: 新建文本文档.txt nosy: 白稳平 priority: normal severity: normal status: open title: python3 multiprocessing queue deadlock when use thread and process at same time type: behavior versions: Python 3.6 Added file: https://bugs.python.org