Patches item #1444529, was opened at 2006-03-07 00:55
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1444529&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: Core (C code)
Group: Python 2.5
>Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Thomas Wouters (twouters)
>Assigned to: Georg Brandl (gbrandl)
Summary: kwdargs for compile/__import__

Initial Comment:
Keyword arguments for compile() and __import__(), as
discussed at PyCon. There is a slight speed difference
on my development system: __import__ is ~1% slower,
compile() is ~1.5% faster. I blame both on caches,
alignment and what not, so I bet they're totally
different for everyone. I'd say the advantage of
managing the growing set of arguments outweighs the
speed impact (if any.)


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

>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-13 20:47

Message:
Logged In: YES 
user_id=849994
Originator: NO

__import__ already accepted kwargs, committed the compile() part in rev.
54358.

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

Comment By: Martin v. Löwis (loewis)
Date: 2007-03-05 13:16

Message:
Logged In: YES 
user_id=21627
Originator: NO

Is anybody still working on this?

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-03-07 05:22

Message:
Logged In: YES 
user_id=33168

These look good to me.  Thanks Thomas. I had started a patch
for import.  BTW I think the new __import__ needs to be
documented in libfuncs.txt or somewhere like that.  If you
don't get to it, I'll find my change and update the docs.

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

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

Reply via email to