mirror of https://github.com/python/cpython
Remove stub settrace() and setprofile() calls.
This commit is contained in:
parent
d86dcd3554
commit
89392c0005
|
@ -621,14 +621,6 @@ def enumerate():
|
||||||
_active_limbo_lock.release()
|
_active_limbo_lock.release()
|
||||||
return active
|
return active
|
||||||
|
|
||||||
# XXX This needs a real defintion.
|
|
||||||
def settrace(tracefunc):
|
|
||||||
pass
|
|
||||||
|
|
||||||
# XXX This needs a real defintion.
|
|
||||||
def setprofile(dispatchfunc):
|
|
||||||
pass
|
|
||||||
|
|
||||||
# Create the main thread object
|
# Create the main thread object
|
||||||
|
|
||||||
_MainThread()
|
_MainThread()
|
||||||
|
|
Loading…
Reference in New Issue