Home | History | Annotate | Download | only in Modules

Lines Matching refs:VERSION

54  * lib/python$VERSION/os.py and the exec_prefix will always be

55 * lib/python$VERSION/lib-dynload, where $VERSION is Python's version
85 * expected by other code, by stripping the "lib/python$VERSION/..." stuff
99 #ifndef VERSION
100 #define VERSION "2.1"
120 #define PYTHONPATH PREFIX "/lib/python" VERSION ":" \
121 EXEC_PREFIX "/lib/python" VERSION "/lib-dynload"
132 static char lib_python[] = "lib/python" VERSION;
162 /* Check for the compiled version of prefix. */
532 bufsz = strlen(zip_path); /* Replace "00" with version */
533 zip_path[bufsz - 6] = VERSION[0];
534 zip_path[bufsz - 5] = VERSION[2];