]> granicus.if.org Git - python/commit
PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd.
authorThomas Heller <theller@ctypes.org>
Wed, 11 Jul 2007 12:18:46 +0000 (12:18 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 11 Jul 2007 12:18:46 +0000 (12:18 +0000)
commitc9b9de17976a4832f505309b1096f9a7582c7be9
tree1605a13201e35265fcaf2fde1543885617f88d4d
parent9abb96307fa707f3eb12c515cfa3407a56a33eb9
PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd.
This bug should be fixed in trunk and release25-maint also.
Modules/_ctypes/stgdict.c