Staging
v0.8.1
Revision 7fc8a105777fc7899cb6de15fe2d392bf4c361f5 authored by Benjamin Peterson on 14 April 2014, 23:57:52 UTC, committed by Benjamin Peterson on 14 April 2014, 23:57:52 UTC
1 parent 5c863bf
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