Kaydet (Commit) 79b5b5b7 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Don't munge __debug__ and leave it that way.

üst 88768483
......@@ -9,7 +9,9 @@ except SyntaxError:
pass
import __builtin__
prev = __builtin__.__debug__
setattr(__builtin__, '__debug__', 'sure')
setattr(__builtin__, '__debug__', prev)
if verbose:
print 'Running tests on argument handling'
......
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