Kaydet (Commit) ee6fd1c3 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add declaration for _Py_PackageContext -- needed to fix importing

of shared libraries from inside packages.
üst 858cb73b
......@@ -111,6 +111,8 @@ extern PyObject *Py_InitModule4 Py_PROTO((char *, PyMethodDef *,
Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
PYTHON_API_VERSION)
extern char *_Py_PackageContext;
#ifdef __cplusplus
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment