python2and3developer
python2and3developer
I will try to discover what is the problem and I will report with more details. The possibility to use `watchdog` or `pyinotify` if they are installed and to use...
Hi! Maybe this could be the problem. The method `interrupt_main()` only raise KeyboardInterrupt in the main thread,as the docs say: ``` thread.interrupt_main() Raise a KeyboardInterrupt exception in the main thread....
I tried to research the origin of that prints in the terminal. I did this in `/usr/lib/python2.7`: ``` $ grep -rn . -e "Exception happened during processing of request from"...
`KeyboardInterrupt` is also captured in ` WSGIServer` of python 3.6 when a requests is processed. This is the code for the same method `_handle_request_noblock(self)` of the class `BaseServer` in `socketserver.py`module,...