Files
metabuilder/typthon/Python/dynload_stub.c
johndoe6345789 0e707caa56 feat: Add Typthon
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:10:58 +00:00

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};