]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes...
authorBenjamin Peterson <benjamin@python.org>
Mon, 27 May 2013 21:46:14 +0000 (14:46 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 27 May 2013 21:46:14 +0000 (14:46 -0700)
commitda5eb5a31c31d0ba18a6b5f36be6ee40a01a2f2c
tree9e7d5bd957ee03a5b35800abcb7775e5761760b6
parente7b47dda645938469e764e1ca3a1fab746f7540f
don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206)

A patch from Illia Polosukhin.
Include/object.h
Misc/ACKS
Misc/NEWS
Modules/_testcapimodule.c