mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-30 00:34:56 +00:00
10 lines
193 B
C
10 lines
193 B
C
|
|
/* This module provides the necessary stubs for when dynamic loading is
|
|
not present. */
|
|
|
|
#include "Python.h"
|
|
#include "pycore_importdl.h"
|
|
|
|
|
|
const char *_TyImport_DynLoadFiletab[] = {NULL};
|