Commit 89392c00 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove stub settrace() and setprofile() calls.

parent d86dcd35
......@@ -621,14 +621,6 @@ def enumerate():
_active_limbo_lock.release()
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
_MainThread()
......
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