Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3.3
cpython/Python/dynload_stub.c

10 lines
186 B
C
Raw Permalink 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"
#include "importdl.h"
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 Page: 1895ms Template: 17ms
English
English
Licenses API