inspect.getcoroutinelocals(coroutine) This function is analogous to getgeneratorlocals(), but works for coroutine
sysconfig.get_config_var(name) Return the value of a single variable name. Equivalent to get_config_vars().get(name)
sys.winver The version number used to form registry keys on Windows platforms. This is stored as string resource 1000 in the
sys.maxunicode An integer giving the value of the largest Unicode code point, i.e. 1114111 (0x10FFFF
msg For syntax errors - the compiler error message.
kwargs A dict of keyword arguments values. Dynamically computed from the arguments attribute.
sys.stderr File objects used by the interpreter for standard input, output and errors:
sys.version_info A tuple containing the five components of the version number: major, minor, micro
sysconfig.get_path_names() Return a tuple containing all path names currently supported in sysconfig.
sysconfig.get_config_vars(*args) With no arguments, return a dictionary of all configuration variables relevant for the current
Page 19 of 26