Message49681
| 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:44 | admin | link | issue1444529 messages |
| 2007-08-23 15:46:44 | admin | create | |