Kaydet (Commit) 1593f502 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

Move a comment back to its rightful location.

üst 10e6e0e6
......@@ -1176,8 +1176,6 @@ _PyObject_GetDictPtr(PyObject *obj)
return (PyObject **) ((char *)obj + dictoffset);
}
/* Generic GetAttr functions - put these in your tp_[gs]etattro slot */
PyObject *
PyObject_SelfIter(PyObject *obj)
{
......@@ -1185,6 +1183,8 @@ PyObject_SelfIter(PyObject *obj)
return obj;
}
/* Generic GetAttr functions - put these in your tp_[gs]etattro slot */
PyObject *
PyObject_GenericGetAttr(PyObject *obj, PyObject *name)
{
......
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