1
0
mirror of https://github.com/python/cpython synced 2024-07-01 10:09:18 +00:00
cpython/Python/dynload_stub.c
Sam Gross cf6f23b0e3
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
2023-10-04 22:50:29 +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 *_PyImport_DynLoadFiletab[] = {NULL};