mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace nit.
This commit is contained in:
parent
178153f8d6
commit
3fcd45230f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ def test():
|
|||
print "disabling automatic collection"
|
||||
enabled = gc.isenabled()
|
||||
gc.disable()
|
||||
verify(not gc.isenabled() )
|
||||
verify(not gc.isenabled())
|
||||
debug = gc.get_debug()
|
||||
gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue