gc.set_threshold(threshold0[, threshold1[, threshold2]]) Set the garbage collection thresholds (the collection frequency). Setting
gc.callbacks A list of callbacks that will be invoked by the garbage collector before and after collection. The callbacks will
sys.copyright A string containing the copyright pertaining to the Python interpreter.
sysconfig.get_path(name[, scheme[, vars[, expand]]]) Return an installation path corresponding to the path name, from
sys.abiflags On POSIX systems where Python was built with the standard configure script, this contains the ABI
classmethod from_exception(exc, *, limit=None, lookup_lines=True, capture_locals=False) Capture an exception for later rendering
sys.last_value sys.last_traceback These three variables are not always defined; they are set when an exception is
sys.displayhook(value) If value is not None, this function prints repr(value) to sys
sys.api_version The C API version for this interpreter. Programmers may find this useful when debugging version conflicts between
sys.builtin_module_names A tuple of strings giving the names of all modules that are compiled into this Python interpreter.
Page 20 of 26