Staging
v0.8.1
Revision b8e198a5d09ca876b87baaf6efd2b2e7c9e3a0b3 authored by Miss Islington (bot) on 03 July 2019, 02:04:29 UTC, committed by GitHub on 03 July 2019, 02:04:29 UTC
(cherry picked from commit aeecf380660ea459d85bb5f59d76bb54f757b5be)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
1 parent 3cba3d3
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