/Python/dynload_stub.c

http://unladen-swallow.googlecode.com/ · C · 11 lines · 5 code · 4 blank · 2 comment · 0 complexity · 64424056e682884bab0d88f885825287 MD5 · raw file

  1. /* This module provides the necessary stubs for when dynamic loading is
  2. not present. */
  3. #include "Python.h"
  4. #include "importdl.h"
  5. const struct filedescr _PyImport_DynLoadFiletab[] = {
  6. {0, 0}
  7. };