[Patches] [Patch #102860] Add PyDict_Update() function to C API.

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Jan 2001 16:05:19 -0800


Patch #102860 has been updated. 

Project: python
Category: core (C code)
Status: Closed
Submitted by: fdrake
Assigned to : jhylton
Summary: Add PyDict_Update() function to C API.

Follow-Ups:

Date: 2001-Jan-18 16:05
By: jhylton

Comment:
Oh, well.  The latest version of compile.c doesn't need the subtraction, so
I can't provide any motivation for this feature.

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

Date: 2000-Dec-15 11:41
By: jhylton

Comment:
I'll get some performance numbers when I get a chance, probably next
week.

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

Date: 2000-Dec-15 11:37
By: gvanrossum

Comment:
I'm not convinced yet.  Jeremy gave me a reason for why he needs it.  I'd
like to see his profile data showing that there's a performance reason why
he can't use PyObject_CallMethod().

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

Date: 2000-Dec-15 10:24
By: fdrake

Comment:
Assigned to Guido, since he still needs to be convinced.
-------------------------------------------------------

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

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