Staging
v0.8.1
Revision a78cccb134d4438afa22fc6df532b5b9f888a8fa authored by Antoine Pitrou on 21 September 2013, 22:14:27 UTC, committed by Antoine Pitrou on 21 September 2013, 22:14:27 UTC
(should fix the failures on OpenIndiana)
1 parent d0f3e07
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