Staging
v0.8.1
Revision 2a86ade9e38168ba49c68d1dd52ced588a80d945 authored by Miss Islington (bot) on 10 November 2020, 06:18:34 UTC, committed by GitHub on 10 November 2020, 06:18:34 UTC

exeeds -> exceeds

Automerge-Triggered-By: GH:Mariatta
(cherry picked from commit 38811d68caf9b782ea7168479acb09557e126efe)

Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
1 parent 371c335
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