/Python/dynload_stub.c
http://unladen-swallow.googlecode.com/ · C · 11 lines · 5 code · 4 blank · 2 comment · 0 complexity · 64424056e682884bab0d88f885825287 MD5 · raw file
- /* This module provides the necessary stubs for when dynamic loading is
- not present. */
- #include "Python.h"
- #include "importdl.h"
- const struct filedescr _PyImport_DynLoadFiletab[] = {
- {0, 0}
- };