Staging
v0.5.1
Revision f455dd53af9dc1ebe58e0f87cc2ff08ee27c54d7 authored by Miss Islington (bot) on 07 November 2018, 17:54:41 UTC, committed by GitHub on 07 November 2018, 17:54:41 UTC
(cherry picked from commit ca03f3b93ee5c2943a2b8cbf9447f99f835ec672)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent 7602316
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