Commit 47097f85 authored by Hye-Shik Chang's avatar Hye-Shik Chang

Get rid of gcc warning.

parent c576696d
......@@ -5542,7 +5542,8 @@ super_getattro(PyObject *self, PyObject *name)
this is instance-mode super
(See SF ID #743627)
*/
(su->obj==su->obj_type
(su->obj == (PyObject *)
su->obj_type
? (PyObject *)NULL
: su->obj),
(PyObject *)starttype);
......
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