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

noreply@sourceforge.net noreply@sourceforge.net
Sat, 28 Oct 2000 17:45:20 -0700


Patch #101980 has been updated. 

Project: python
Category: Tkinter
Status: Closed
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!
-------------------------------------------------------

Date: 2000-Oct-27 05:18
By: gvanrossum

Comment:
Looks good. Martin, please check it in, close it, and close the 2 bug reports!
-------------------------------------------------------

Date: 2000-Oct-28 17:45
By: loewis

Comment:
Committed as _tkinter.c 1.114
-------------------------------------------------------

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

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