Staging
v0.5.1
Revision fdbdcfe020f8b55a1893d1185d7a250bce12625e authored by Benjamin Peterson on 30 June 2014, 01:58:16 UTC, committed by Benjamin Peterson on 30 June 2014, 01:58:16 UTC
1 parent f722c29
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 struct filedescr _PyImport_DynLoadFiletab[] = {
	{0, 0}
};
back to top