shithub: riscv

ref: 5fc2f6af6c9d938dca7dd4b8df061d9eeb87ec75
dir: /sys/src/cmd/python/Python/dynload_stub.c/

View raw version
/* This module provides the necessary stubs for when dynamic loading is
   not present. */

#include "Python.h"
#include "importdl.h"


const struct filedescr _PyImport_DynLoadFiletab[] = {
	{0, 0}
};