Staging
v0.8.1
Revision a14034872bfe9b5fca07125e7369b8c7030c164b authored by Georg Brandl on 12 October 2013, 20:55:34 UTC, committed by Georg Brandl on 12 October 2013, 20:55:34 UTC
1 parent f54ab1f
Raw File
dynload_stub.c

/* This module provides the necessary stubs for when dynamic loading is
   not present. */

#include "Python.h"
#include "importdl.h"


const char *_PyImport_DynLoadFiletab[] = {NULL};
back to top