mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule.
Added PyBuiltin_Init.
This commit is contained in:
parent
b422c24934
commit
2514ec7fa4
1 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* Built-in module interface */
|
||||
|
||||
extern PyObject *getbuiltindict Py_PROTO(());
|
||||
extern PyObject *getbuiltinmod Py_PROTO(());
|
||||
extern void PyBuiltin_Init Py_PROTO((void));
|
||||
extern PyObject *PyBuiltin_GetDict Py_PROTO(());
|
||||
extern PyObject *PyBuiltin_GetModule Py_PROTO(());
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue