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

Whitespace normalization.

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