Issue 2964: instancemethod_descr_get() lacks an INCREF (original) (raw)

Issue2964

Created on 2008-05-25 09:09 by scoder, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
instancemethod-fix.patch scoder,2008-05-25 09:09 Patch that adds the missing INCREF
Messages (2)
msg67334 - (view) Author: Stefan Behnel (scoder) * (Python committer) Date: 2008-05-25 09:09
Here is a fix for Objects/classobject.c in Py3.0a5 that fixes a ref count crash for classmethods.
msg67336 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-25 09:24
Thanks, fixed in r63620.
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47213
2008-05-25 09:24:46 georg.brandl set status: open -> closedresolution: fixedmessages: + nosy: + georg.brandl
2008-05-25 09:09:29 scoder create