Staging
v0.8.1
Revision c3bf14d1ebce053852298d4a83d524afa670ffc7 authored by Benjamin Peterson on 24 January 2014, 16:44:40 UTC, committed by Benjamin Peterson on 24 January 2014, 16:44:40 UTC
2 parent s 4b4f9eb + f0b463a
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