input results in an EOFError only while in a different thread

前端 未结 0 645
萌比男神i
萌比男神i 2021-01-13 10:40

The below code raises an EOF exception on the input statement.

from multiprocessing import Process
def mainloop():
    while True:
        print("drawing         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题