[Patches] [Patch #101980] Fix for #117278: Do not release unallocated Tcl objects

noreply@sourceforge.net noreply@sourceforge.net
Fri, 27 Oct 2000 04:56:12 -0700


Patch #101980 has been updated. 

Project: python
Category: Tkinter
Status: Open
Summary: Fix for #117278: Do not release unallocated Tcl objects

Follow-Ups:

Date: 2000-Oct-19 14:06
By: loewis

Comment:
Tcl's decref does not check for null pointers. This patch releases only successfully allocated objects.
-------------------------------------------------------

Date: 2000-Oct-19 20:23
By: fdrake

Comment:
Slightly simplified the patch, and avoid setting objc to zero twice when no intervening value was possible.

Martin, if you're happy this change, go ahead and check it in and close the associated bug report.
-------------------------------------------------------

Date: 2000-Oct-27 04:56
By: gvanrossum

Comment:
OK, let me look at this!
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101980&group_id=5470