Home
last modified time | relevance | path

Searched refs:interrupt_main (Results 1 – 15 of 15) 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()
399 thread.interrupt_main()
525 thread.interrupt_main()
531 thread.interrupt_main()
570 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_dummy_thread.py148 _thread.interrupt_main()
156 self.assertRaises(KeyboardInterrupt, _thread.interrupt_main)
Dtest_threading.py1353 _thread.interrupt_main()
1364 _thread.interrupt_main()
1371 _thread.interrupt_main()
1374 _thread.interrupt_main()
/external/python/cpython3/Lib/
D_dummy_thread.py186 def interrupt_main(): function
/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.