Staging
v0.5.1
Revision 2a3b876b0286b22a9058510d9e51dc4d60eeb89a authored by Miss Islington (bot) on 05 May 2020, 20:00:57 UTC, committed by GitHub on 05 May 2020, 20:00:57 UTC

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit c21c51235aa8061da6b0593d6f857f42fd92fd8b)

Co-authored-by: Curtis Bucher <cpbucher5@gmail.com>
1 parent a6a116c
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