Staging
v0.8.1
Revision ec5d54575f176b0c198db4cd7aa306fb69152088 authored by Serhiy Storchaka on 11 May 2016, 19:19:49 UTC, committed by Serhiy Storchaka on 11 May 2016, 19:19:49 UTC
It is better to not change this in bugfix release.
1 parent 3414e4a
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