SIGN IN SIGN UP

Use directly _PyObject_GenericSetAttrWithDict()

Modify type_setattro() to call directly _PyObject_GenericSetAttrWithDict()
instead of PyObject_GenericSetAttr().

PyObject_GenericSetAttr() is a thin wrapper to
_PyObject_GenericSetAttrWithDict().
V
Victor Stinner committed
9083eb6aac6e0aa0eb1dee9bc535538de4125fcd
Parent: 408bfa6