Staging
v0.8.1
Revision 61b14151cc92021a10f94765eaa152ed04eb262a authored by Batuhan Taşkaya on 12 January 2020, 22:13:31 UTC, committed by Miss Islington (bot) on 12 January 2020, 22:13:31 UTC


https://bugs.python.org/issue39313


Automerge-Triggered-By: @pablogsal
1 parent 14dbe4b
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