summaryrefslogtreecommitdiff
path: root/Python/importdl.h
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-05-04 22:16:09 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2012-05-04 22:16:09 +0200
commit149e255e00c6c69f1f641eced2549fa323fa8cf5 (patch)
tree832cafe22b6fe9608018e8bdd78d737da658d9d1 /Python/importdl.h
parent3ad58f261d1cb735101123fa463797e30cf14001 (diff)
parent9dad8826e1d18ac618f554cc4fe554698f5715c2 (diff)
downloadcpython-git-149e255e00c6c69f1f641eced2549fa323fa8cf5.tar.gz
Merge
Diffstat (limited to 'Python/importdl.h')
-rw-r--r--Python/importdl.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Python/importdl.h b/Python/importdl.h
index 32c6b5bb7f..6b9cf750a4 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -6,21 +6,6 @@ extern "C" {
#endif
-/* Definitions for dynamic loading of extension modules */
-enum filetype {
- SEARCH_ERROR,
- PY_SOURCE,
- PY_COMPILED,
- C_EXTENSION,
- PY_RESOURCE, /* Mac only */
- PKG_DIRECTORY,
- C_BUILTIN,
- PY_FROZEN,
- PY_CODERESOURCE, /* Mac only */
- IMP_HOOK
-};
-
-
extern const char *_PyImport_DynLoadFiletab[];
extern PyObject *_PyImport_LoadDynamicModule(PyObject *name, PyObject *pathname,