diff options
author | Raymond Hettinger <python@rcn.com> | 2013-10-01 08:00:59 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2013-10-01 08:00:59 (GMT) |
commit | c13516b0a0fd3142b29e1f354c2080cd52948213 (patch) | |
tree | c457578d34b0dc1edf54535d83244b1636b3b87a /Include | |
parent | 65870835a006ad613b111fe4579bd7e3354585b7 (diff) | |
parent | 2ff2190b6293966f76633d810dfbe2d232ff5973 (diff) | |
download | cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.zip cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.tar.gz cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.tar.bz2 |
merge
Diffstat (limited to 'Include')
-rw-r--r-- | Include/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h index 7f3fdb0..ef45838 100644 --- a/Include/object.h +++ b/Include/object.h @@ -484,6 +484,7 @@ PyAPI_FUNC(PyObject *) PyType_GenericNew(PyTypeObject *, PyObject *, PyObject *); #ifndef Py_LIMITED_API PyAPI_FUNC(PyObject *) _PyType_Lookup(PyTypeObject *, PyObject *); +PyAPI_FUNC(PyObject *) _PyType_LookupId(PyTypeObject *, _Py_Identifier *); PyAPI_FUNC(PyObject *) _PyObject_LookupSpecial(PyObject *, _Py_Identifier *); PyAPI_FUNC(PyTypeObject *) _PyType_CalculateMetaclass(PyTypeObject *, PyObject *); #endif |