summaryrefslogtreecommitdiff
path: root/Include/import.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-05-13 17:12:45 +0200
committerGitHub <noreply@github.com>2019-05-13 17:12:45 +0200
commit410b85a7f701be280eb15b0ca4fe116e86f1d008 (patch)
treed0b5d095a2cdc536798eb3780ccc14811a5bebb6 /Include/import.h
parent2c10538d11fa9be9a1a9f21605861e10ec4fa207 (diff)
downloadcpython-git-410b85a7f701be280eb15b0ca4fe116e86f1d008.tar.gz
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Move _PyImportZip_Init() to the internal C API and add an 'interp' parameter.
Diffstat (limited to 'Include/import.h')
-rw-r--r--Include/import.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/import.h b/Include/import.h
index c664803478..13c614933c 100644
--- a/Include/import.h
+++ b/Include/import.h
@@ -8,8 +8,6 @@ extern "C" {
#endif
#ifndef Py_LIMITED_API
-PyAPI_FUNC(_PyInitError) _PyImportZip_Init(void);
-
PyMODINIT_FUNC PyInit__imp(void);
#endif /* !Py_LIMITED_API */
PyAPI_FUNC(long) PyImport_GetMagicNumber(void);