Staging
v0.8.1
Revision 4095101c78c6313286306cb55b8aa5f840ce9197 authored by Guido van Rossum on 07 October 2000, 16:21:27 UTC, committed by Guido van Rossum on 07 October 2000, 16:21:27 UTC
1 parent 7787841
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