Home
last modified time | relevance | path

Searched refs:interrupt_main (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/idlelib/
Drun.py259 thread.interrupt_main()
271 thread.interrupt_main()
302 thread.interrupt_main()
308 thread.interrupt_main()
345 thread.interrupt_main()
DNEWS.txt902 interrupt module has been moved to thread.interrupt_main(). )
/external/python/cpython3/Lib/idlelib/
Drun.py387 thread.interrupt_main()
406 thread.interrupt_main()
532 thread.interrupt_main()
538 thread.interrupt_main()
577 thread.interrupt_main()
DNEWS2x.txt402 interrupt module has been moved to thread.interrupt_main(). )
/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py110 _thread.interrupt_main()
117 self.assertRaises(KeyboardInterrupt, _thread.interrupt_main)
/external/python/cpython2/Lib/
Ddummy_thread.py138 def interrupt_main(): function
/external/python/cpython3/Lib/test/
Dtest_threading.py1405 _thread.interrupt_main()
1416 _thread.interrupt_main()
1423 _thread.interrupt_main()
1426 _thread.interrupt_main()
/external/python/cpython2/Doc/library/
Dthread.rst60 .. function:: interrupt_main()
/external/python/cpython3/Doc/library/
D_thread.rst64 .. function:: interrupt_main()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst355 .. % thread.interrupt_main() (used from IDLE), so it's still needed.
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst1595 ``_thread.interrupt_main()`` now avoids setting the Python error status if
/external/python/cpython2/Misc/
DHISTORY4016 - thread.interrupt_main() raises KeyboardInterrupt in the main thread.
/external/python/cpython3/Misc/
DHISTORY21400 - thread.interrupt_main() raises KeyboardInterrupt in the main thread.