gc.get_objects() Returns a list of all objects tracked by the collector, excluding the list returned.
__suppress_context__ The __suppress_context__ value from the original exception.
traceback.format_exc(limit=None, chain=True) This is like print_exc(limit) but returns a string instead of printing
sys.setrecursionlimit(limit) Set the maximum depth of the Python interpreter stack to limit. This limit prevents infinite
sys.stdin sys.stdout sys.stderr File
inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),
sys.call_tracing(func, args) Call func(*args), while tracing is enabled. The tracing state is saved, and restored
sys.setcheckinterval(interval) Set the interpreter’s “check interval”. This integer value determines how often the interpreter
sys.getswitchinterval() Return the interpreter’s “thread switch interval”; see setswitchinterval().
exc_type The class of the original traceback.
Page 10 of 26