dynload_stub.c revision 2657df47449dd5d324985a5eb43b937217e0d7e0
1
2/* This module provides the necessary stubs for when dynamic loading is
3   not present. */
4
5#include "Python.h"
6#include "importdl.h"
7
8
9const char *_PyImport_DynLoadFiletab[] = {NULL};
10