Current Path : /proc/2568807/root/usr/src/Python-3.12.7/Modules/ |
Current File : //proc/2568807/root/usr/src/Python-3.12.7/Modules/getpath_noop.c |
/* Implements the getpath API for compiling with no functionality */ #include "Python.h" #include "pycore_pathconfig.h" PyStatus _PyConfig_InitPathConfig(PyConfig *config, int compute_path_config) { return PyStatus_Error("path configuration is unsupported"); }