Remove stub settrace() and setprofile() calls.

This commit is contained in:
Jeremy Hylton 2003-06-29 17:07:46 +00:00
parent d86dcd3554
commit 89392c0005
1 changed files with 0 additions and 8 deletions

View File

@ -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()