Current Path : /usr/src/Python-3.12.7/Python/ |
Current File : //usr/src/Python-3.12.7/Python/dynload_stub.c |
/* This module provides the necessary stubs for when dynamic loading is not present. */ #include "Python.h" #include "importdl.h" const char *_PyImport_DynLoadFiletab[] = {NULL};