SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 120 Python

Issue #27128: Cleanup slot_sq_item()

* Invert condition of test to avoid levels of indentation
* Remove useless Py_XDECREF(args) in the error block
* Replace Py_XDECREF(func) with Py_DECREF(func) in the error block: func cannot
  be NULL when reaching the error block
V
Victor Stinner committed
018016d8e338dc99353b96df2c570bf2fd63fce2
Parent: f736c26