Staging
v0.5.1
Revision 23f4589b4b7c4a51950a87175ce7fb31b89c8532 authored by Łukasz Langa on 25 February 2019, 12:08:32 UTC, committed by Łukasz Langa on 25 February 2019, 12:08:32 UTC
1 parent 16323cb
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