This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: MultiProcessing Subclass - overrides run method issue
Type: Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Python_dev_IL
Priority: normal Keywords:

Created on 2020-04-04 23:00 by Python_dev_IL, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Multi-processing_SYN_scan.py Python_dev_IL, 2020-04-04 23:00
Messages (2)
msg365802 - (view) Author: Guy Kogan (Python_dev_IL) Date: 2020-04-04 23:00
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
msg365803 - (view) Author: Guy Kogan (Python_dev_IL) Date: 2020-04-04 23:29
I have fixed the issue
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84370
2020-04-04 23:29:53Python_dev_ILsetstatus: open -> closed
stage: resolved
2020-04-04 23:29:44Python_dev_ILsetresolution: fixed
messages: + msg365803
2020-04-04 23:00:56Python_dev_ILcreate