Patches item #1731330, was opened at 2007-06-05 08:00 Message generated for change (Comment added) made by gvanrossum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1731330&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.5 Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Tim Delaney (tcdelaney) Assigned to: Guido van Rossum (gvanrossum) Summary: Missing Py_DECREF in pysqlite_cache_display Initial Comment: In pysqlite_cache_display, if template is NULL, fmt_args is not decrefed before returning from the function. Diff attached. ---------------------------------------------------------------------- >Comment By: Guido van Rossum (gvanrossum) Date: 2007-06-05 19:46 Message: Logged In: YES user_id=6380 Originator: NO That will happen in due time the next time we run svnmerge. ---------------------------------------------------------------------- Comment By: Tim Delaney (tcdelaney) Date: 2007-06-05 19:25 Message: Logged In: YES user_id=603121 Originator: YES This also needs to be applied against the p3yk branch. ---------------------------------------------------------------------- Comment By: Georg Brandl (gbrandl) Date: 2007-06-05 18:12 Message: Logged In: YES user_id=849994 Originator: NO Backported to 2.5 in rev. 55784. ---------------------------------------------------------------------- Comment By: Guido van Rossum (gvanrossum) Date: 2007-06-05 17:25 Message: Logged In: YES user_id=6380 Originator: NO Committed revision 55783. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1731330&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches