| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/https-github-com-nzysoft/cpython/main/Python/dynload_stub.c | [Back] [Original] |
/* This module provides the necessary stubs for when dynamic loading is
not present. */
#include "Python.h"
#include "pycore_importdl.h"
const char *_PyImport_DynLoadFiletab[] = {NULL};
| Web Proxy Viewer | New URL | Original Page |