This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author twouters
Recipients
Date 2006-03-07.00:55:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.)
History
Date User Action Args
2007-08-23 15:46:44adminlinkissue1444529 messages
2007-08-23 15:46:44admincreate