]> granicus.if.org Git - python/commit
Force exit using os._exit instead of sys.exit,
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 5 May 2010 15:32:39 +0000 (15:32 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 5 May 2010 15:32:39 +0000 (15:32 +0000)
commit91165c0b4213112c7706f83e1efc2cc5eb24d0ac
treeac39afd8c4e3e304667ff467ee63c8b3b2fbd85b
parent332069637162c46dbad433ef1b620742a56af430
Force exit using os._exit instead of sys.exit,
this makes sure that the child does not continue
testing.
Lib/test/test_uuid.py