Micro-optimize PyObject_GetAttrString()
w cannot be NULL so use Py_DECREF() instead of Py_XDECREF().
V
Victor Stinner committed
59af08f5450e7b593a02451a0fb54a4c65579cd6
Parent: d5d17eb
w cannot be NULL so use Py_DECREF() instead of Py_XDECREF().