Lines Matching refs:Python
8 #include <Python.h>
397 from the previous implmentation and also allowing Python objects to be used
885 (see http://bugs.python.org/issue12555#msg148829 )
1291 /* not a very good error message, but it's what Python 2.4 gives */
1355 defined, and Python does define that. */
2188 "Internal error in the Python interpreter.\n"
2190 "Please report this to the Python maintainer, along with the traceback,\n"
2191 "the Python version, and the hardware/OS platform and version.");
2814 /* To help with migration from Python 2, SyntaxError.__init__ applies some
2830 * We also can't do anything about cases that are legal Python 3 syntax
2831 * but mean something entirely different from what they did in Python 2