Files
cpython/Objects
Victor Stinner 018016d8e3 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
2016-08-19 18:17:37 +02:00
..
2016-08-19 17:12:23 +02:00
2016-06-09 15:13:16 -04:00
2016-08-17 19:48:33 +02:00
2016-08-19 16:11:43 +02:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects