[issue2964] instancemethod_descr_get() lacks an INCREF

2008-05-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r63620. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2964] instancemethod_descr_get() lacks an INCREF

2008-05-25 Thread Stefan Behnel
New submission from Stefan Behnel <[EMAIL PROTECTED]>: 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: o