Staging
v0.5.1
Revision e95a8f6ff1830bcd59e149b52174a82276fed0f3 authored by Benjamin Peterson on 09 April 2012, 23:04:04 UTC, committed by Benjamin Peterson on 09 April 2012, 23:04:04 UTC
1 parent f51c384
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