Logo
Explore Help
Sign In
1berry/cpython
1
0
Fork 0
You've already forked cpython
Code Issues Packages Projects Releases Wiki Activity
cpython/Python/dynload_stub.c

10 lines
193 B
C
Raw Normal View History

The old platform-specific contents of importdl.c, broken down into one file per platform (really: per style of Dl API; e.g. all platforms using dlopen() are grouped together in dynload_shlib.c.). This is part of a set of patches by Greg Stein.
1999-12-20 21:18:49 +00:00
/* This module provides the necessary stubs for when dynamic loading is
not present. */
#include "Python.h"
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
#include "pycore_importdl.h"
The old platform-specific contents of importdl.c, broken down into one file per platform (really: per style of Dl API; e.g. all platforms using dlopen() are grouped together in dynload_shlib.c.). This is part of a set of patches by Greg Stein.
1999-12-20 21:18:49 +00:00
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. This introduces a new function, imp.extension_suffixes(), which is currently undocumented. That is forthcoming once issue #14657 is resolved and how to expose file suffixes is decided.
2012-05-04 15:20:40 -04:00
const char *_PyImport_DynLoadFiletab[] = {NULL};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1532ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API