commit | 27ba8864a491cd2b2877c41c70b867d92161f85b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed May 25 16:14:55 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed May 25 16:14:55 2016 +0300 |
tree | 7a42fcd42622a24a4e9f067a01860091ff008d8f | |
parent | 70223d9b09edf4cacc8267bdd588c3265e039233 [diff] |
Issue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobject.c. Patch by Xiang Zhang.