[New-bugs-announce] [issue40189] MultiProcessing Subclass - overrides run method issue

Guy Kogan report at bugs.python.org
Sat Apr 4 19:00:56 EDT 2020


New submission from Guy Kogan <Guy.kogan14 at gmail.com>:

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 <Process name='Process-1' pid=52125 parent=52123 stopped exitcode=0 daemon> is done
Join for process <Process name='Process-2' pid=52126 parent=52123 stopped exitcode=0 daemon> is done
Test Done

----------
files: Multi-processing_SYN_scan.py
messages: 365802
nosy: Python_dev_IL
priority: normal
severity: normal
status: open
title: MultiProcessing Subclass - overrides run method issue
versions: Python 3.8
Added file: https://bugs.python.org/file49035/Multi-processing_SYN_scan.py

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


More information about the New-bugs-announce mailing list