/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Python/dynload_stub.c
8 строк
186 B
Brett Cannon
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
04 май 2012, 23:20
04 май 2012, 23:20
2657df4
Код
Авторство
О чём код?
/* This module provides the necessary stubs for when dynamic loading is not present. */ #include "Python.h" #include "importdl.h" const char *_PyImport_DynLoadFiletab[] = {NULL};