Change by Guy Kogan :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue40189>
___
___
Python-bugs-list
Guy Kogan added the comment:
I have fixed the issue
--
resolution: -> fixed
___
Python tracker
<https://bugs.python.org/issue40189>
___
___
Python-bugs-lis
New submission from Guy Kogan :
unable to override run method.
when running the code i am unable to run the "run" function
output from the code:
Process 0 has been created
Process 1 has been created
Join for process is done
Join for process is done
Test Done
--
fi
Guy Kogan added the comment:
Thanks Tim Peters and Raymond Hettinger, the issue has been resolved.
Have a nice day!
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Guy Kogan added the comment:
I still dont understand what do you mean?
Can you please elaborate?
--
___
Python tracker
<https://bugs.python.org/issue40
New submission from Guy Kogan :
Python 3.8 Queue module is unable to handle the expection:
error:
Exception in thread Thread-5:
Traceback (most recent call last):
File "FTP_multithreading.py", line 17, in run
new_connection = self.queue.get(timeout=2)
File "/usr/loca