Revision c3ffbbdf3d5645ee07c22649f2028f9dffc762ba authored by Łukasz Langa on 28 June 2021, 10:08:34 UTC, committed by Łukasz Langa on 28 June 2021, 10:08:34 UTC
1 parent 634da2d
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