mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Whitespace normalization.
This commit is contained in:
parent
5e2ed818b7
commit
d1b108b953
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user