mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
018016d8e3
* 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
Source files for various builtin objects