_thread.interrupt_main()
Raise a KeyboardInterrupt
exception in the main thread. A subthread can use this function to interrupt the main thread.
_thread.interrupt_main()
Raise a KeyboardInterrupt
exception in the main thread. A subthread can use this function to interrupt the main thread.
Please login to continue.