Files
INTUIA/Programa final/Python-3.10.15/Python/dynload_stub.c
T

10 lines
186 B
C
Raw Normal View History

2026-03-15 13:27:50 +00:00
/* This module provides the necessary stubs for when dynamic loading is
not present. */
#include "Python.h"
#include "importdl.h"
const char *_PyImport_DynLoadFiletab[] = {NULL};