Kaydet (Commit) d1b108b9 authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst 5e2ed818
...@@ -60,7 +60,7 @@ _trace_hook = None ...@@ -60,7 +60,7 @@ _trace_hook = None
def setprofile(func): def setprofile(func):
global _profile_hook global _profile_hook
_profile_hook = func _profile_hook = func
def settrace(func): def settrace(func):
global _trace_hook global _trace_hook
_trace_hook = func _trace_hook = func
...@@ -427,7 +427,7 @@ class Thread(_Verbose): ...@@ -427,7 +427,7 @@ class Thread(_Verbose):
if _profile_hook: if _profile_hook:
self._note("%s.__bootstrap(): registering profile hook", self) self._note("%s.__bootstrap(): registering profile hook", self)
_sys.setprofile(_profile_hook) _sys.setprofile(_profile_hook)
try: try:
self.run() self.run()
except SystemExit: except SystemExit:
......
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