Patches item #1200051, was opened at 2005-05-11 14:02
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1200051&group_id=5470

Category: Core (C code)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Barry A. Warsaw (bwarsaw)
Assigned to: Raymond Hettinger (rhettinger)
Summary: Small optimization for PyDict_Merge()

Initial Comment:
This patch avoids repeated PyDict_GetItem() calls when
'a' in PyDict_Merge() is known to be empty. 
Optimization found by Matt Messier.

This could also be applied to Python 2.5.

----------------------------------------------------------------------

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2005-05-12 10:45

Message:
Logged In: YES 
user_id=12800

Does changing the group mean you don't think this should be
applied to 2.4?  It doesn't change semantics at all.  (I'm
not necessarily disagreeing with you, but am just asking for
some justification in the issue tracker.)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1200051&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to