Commit 3fcd4523 authored by Guido van Rossum's avatar Guido van Rossum

Whitespace nit.

parent 178153f8
...@@ -228,7 +228,7 @@ def test(): ...@@ -228,7 +228,7 @@ def test():
print "disabling automatic collection" print "disabling automatic collection"
enabled = gc.isenabled() enabled = gc.isenabled()
gc.disable() gc.disable()
verify(not gc.isenabled() ) verify(not gc.isenabled())
debug = gc.get_debug() debug = gc.get_debug()
gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment