[New-bugs-announce] [issue2964] instancemethod_descr_get() lacks an INCREF

Stefan Behnel report at bugs.python.org
Sun May 25 11:09:30 CEST 2008


New submission from Stefan Behnel <scoder at users.sourceforge.net>:

Here is a fix for Objects/classobject.c in Py3.0a5 that fixes a ref
count crash for classmethods.

----------
components: Interpreter Core
files: instancemethod-fix.patch
keywords: patch
messages: 67334
nosy: scoder
severity: normal
status: open
title: instancemethod_descr_get() lacks an INCREF
type: crash
versions: Python 3.0
Added file: http://bugs.python.org/file10434/instancemethod-fix.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2964>
__________________________________


More information about the New-bugs-announce mailing list