/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.15.0b4
Python/dynload_stub.c
8 строк
193 B
Sam Gross
gh-88402: Add new sysconfig variables on Windows (GH-110049)
05 окт 2023, 01:50
Не верифицирован
05 окт 2023, 01:50
cf6f23b
Код
Авторство
О чём код?
/* 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};