mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Whitespace normalization.
This commit is contained in:
parent
a7090dfc2c
commit
ef7fe5f228
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ print '\n*** Changing thread stack size ***'
|
|||
if thread.stack_size() != 0:
|
||||
raise ValueError, "initial stack_size not 0"
|
||||
|
||||
thread.stack_size(0)
|
||||
thread.stack_size(0)
|
||||
if thread.stack_size() != 0:
|
||||
raise ValueError, "stack_size not reset to default"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue