Staging
v0.8.1
Revision 3d4a174c0e3ca793d6bc827acbfd1e920c01a8d1 authored by Serhiy Storchaka on 09 February 2018, 12:48:31 UTC, committed by GitHub on 09 February 2018, 12:48:31 UTC
(cherry picked from commit 5bb0005f9ff768ac443924b4bb26c3818ce8dc5a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent fe92c44
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