mirror of
https://github.com/python/cpython.git
synced 2025-12-05 00:52:25 +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"
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue