OWASP/Python-Honeypot

killing python 2.7 threads issue

Ali-Razmjoo opened this issue · 2 comments

seems it sometimes not working on py2.7 and it messes up the CI https://github.com/zdresearch/OWASP-Honeypot/blob/master/core/exit_helper.py#L31-L60

@Ali-Razmjoo : I was thinking we should now remove support for python2 as it's officially not supported anymore

i used terminable_thread, hopefully that will work... didn't get any issue so far.