[issue40189] MultiProcessing Subclass - overrides run method issue

2020-04-04 Thread Guy Kogan
Change by Guy Kogan : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40189> ___ ___ Python-bugs-list

[issue40189] MultiProcessing Subclass - overrides run method issue

2020-04-04 Thread Guy Kogan
Guy Kogan added the comment: I have fixed the issue -- resolution: -> fixed ___ Python tracker <https://bugs.python.org/issue40189> ___ ___ Python-bugs-lis

[issue40189] MultiProcessing Subclass - overrides run method issue

2020-04-04 Thread Guy Kogan
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

[issue40097] Queue.Empty issue - Python3.8

2020-03-28 Thread Guy Kogan
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

[issue40097] Queue.Empty issue - Python3.8

2020-03-28 Thread Guy Kogan
Guy Kogan added the comment: I still dont understand what do you mean? Can you please elaborate? -- ___ Python tracker <https://bugs.python.org/issue40

[issue40097] Queue.Empty issue - Python3.8

2020-03-28 Thread Guy Kogan
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