mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Whitespace normalization.
This commit is contained in:
parent
cda32b7d1d
commit
f545baa0cc
7 changed files with 11 additions and 12 deletions
|
@ -109,7 +109,7 @@ class MiscTests(unittest.TestCase):
|
|||
_thread.interrupt_main()
|
||||
self.failUnlessRaises(KeyboardInterrupt, _thread.start_new_thread,
|
||||
call_interrupt, tuple())
|
||||
|
||||
|
||||
def test_interrupt_in_main(self):
|
||||
# Make sure that if interrupt_main is called in main threat that
|
||||
# KeyboardInterrupt is raised instantly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue