]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-36421: Fix ref counting bugs in _ctypes.c's PyCArrayType_new(). (GH-12534)
authorZackery Spytz <zspytz@gmail.com>
Mon, 25 Mar 2019 14:15:36 +0000 (08:15 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Mar 2019 14:15:36 +0000 (16:15 +0200)
commit0516f81828887a8ec34a3d5ed342dd396f367dcd
tree3e2ea4c35538fea624e3ddb0a0a61c1e78fd7951
parent469b0a50d990bcb441910b23194c131e403c2833
[2.7] bpo-36421: Fix ref counting bugs in _ctypes.c's PyCArrayType_new(). (GH-12534)

Add missing Py_DECREF()s.
Modules/_ctypes/_ctypes.c