Home | History | Annotate | Download | only in lib

Lines Matching full:interpreter

2591 object.  They're a way of passing data through the Python interpreter
4336 interpreter exiting.exceptions.TypeErrorInappropriate argument type.exceptions.StopIterationSignal the end from iterator.next().exceptions.GeneratorExitRequest that a generator exit.exceptions.SystemExitRequest to exit from the interpreter.exceptions.KeyboardInterruptProgram interrupted by user.exceptions.ImportErrorImport can't find module, or can't find name in module.exceptions.EnvironmentErrorBase class for I/O related errors.exceptions.IOErrorI/O operation failed.exceptions.OSErrorOS system call failed.exceptions.EOFErrorRead beyond end of file.exceptions.RuntimeErrorUnspecified run-time error.exceptions.NotImplementedErrorMethod or function hasn't been implemented yet.exceptions.NameErrorName not found globally.exceptions.UnboundLocalErrorLocal name referenced but not bound to a value.exceptions.AttributeErrorAttribute not found.exceptions.SyntaxErrorInvalid syntax.exceptions.IndentationErrorImproper indentation.exceptions.TabErrorImproper mixture of spaces and tabs.exceptions.LookupErrorBase class for lookup errors.exceptions.IndexErrorSequence index out of range.exceptions.KeyErrorMapping key not found.exceptions.ValueErrorInappropriate argument value (of correct type).exceptions.UnicodeErrorUnicode related error.exceptions.UnicodeEncodeErrorUnicode encoding error.exceptions.UnicodeDecodeErrorUnicode decoding error.exceptions.UnicodeTranslateErrorUnicode translation error.exceptions.AssertionErrorAssertion failed.exceptions.ArithmeticErrorBase class for arithmetic errors.exceptions.FloatingPointErrorFloating point operation failed.exceptions.OverflowErrorResult too large to be represented.exceptions.ZeroDivisionErrorSecond argument to a division or modulo operation was zero.exceptions.SystemErrorInternal error in the Python interpreter.
15427 It is a helper module to speed up interpreter start-up.Issue a warning, or maybe ignore it or raise an exception.Low-level inferface to warnings functionality.Omatchwarningsignoreerrordefaultunknown action???'registry' must be a dict<unknown>.pyfilters_warnings.filters must be a list_warnings.filters item %zd isn't a 5-tupledefaultaction_warnings.defaultaction not foundalwaysonceonceregistrymoduleUnrecognized action (%s) in warnings.filters:
17800 interpreter and not for general use it is better to use
20639 Acquires the interpreter's import lock for the current thread.
20643 Release the interpreter's import lock.
21918 ???????????uH???Y[]???uZ[]?X[]?PyThreadState_Delete: NULL tstatePyThreadState_Delete: NULL interpPyThreadState_Delete: invalid tstatePyThreadState_Delete: small circular list(!) and tstate not found.PyThreadState_Delete: circular list(!) and tstate not found.Can't initialize threads for interpreterCouldn't create autoTLSkey mappingPyThreadState_Clear: warning: thread still has a frame
22078 sitePy_NewInterpreter: call Py_Initialize firstsysmodules<stdin>???PYTHONDEBUGPYTHONVERBOSEPYTHONOPTIMIZEPYTHONDONTWRITEBYTECODEPYTHONHASHSEEDPy_Initialize: can't make first interpreterPy_Initialize: can't make first threadPy_Initialize: can't init framesPy_Initialize: can't init intsPy_Initialize: can't init longsPy_Initialize: can't init bytearrayPy_Initialize: can't make modules dictionaryPy_Initialize: can't make modules_reloading dictionaryPy_Initialize: can't initialize __builtin__Py_Initialize: can't initialize builtins dictPy_Initialize: can't initialize sysPy_Initialize: can't initialize sys dictPYTHONIOENCODINGstdinisattyCannot set codeset of stdinstdoutCannot set codeset of stdoutCannot set codeset of stderrpythonUSH??(H?T$H?t$H?|$????t?H?=1??H?|$H????H????H?GH=t ???@tA??H??H??t/H?T$H?H??H??H?u H?|$H?G?P01?H??H?l$toH?|$H?G????t ????T??H???H?|$tH=t
22720 interpreter and to functions that interact strongly with the interpreter.
22740 to these, it is possible to redirect all of the interpreter's I/O.
22761 builtin_module_names -- tuple of module names built into this interpreter
22762 version -- the version of this interpreter as a string
22765 copyright -- copyright notice pertaining to this interpreter
22767 executable -- absolute path of the executable binary of the Python interpreter
22783 exit() -- exit the interpreter by raising SystemExit
22787 getrecursionlimit() -- return the max recursion depth for the interpreter
22790 setcheckinterval() -- control how often the interpreter checks for events
22793 setrecursionlimit() -- set the max recursion depth for the interpreter
22836 Exit the interpreter by raising SystemExit(status).
22856 of the Python interpreter stack. This limit prevents infinite
22871 Tell the Python interpreter to check for asynchronous events every
22874 Set the flags used by the interpreter for dlopen calls, such as when the
22875 interpreter loads extension modules. Among other things, this will enable
22889 Set the maximum depth of the Python interpreter stack to n. This
24120 unpredictable between separate invocations of the interpreter, as
25213 Abort the interpreter immediately. This 'dumps core' or otherwise fails
26117 sufficient stack space for the interpreter itself.