Message 1566 - Python tracker
Message1566
| Author | rhettinger |
|---|---|
| Recipients | |
| Date | 2004-06-23.16:59:25 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES user_id=80475 The quick patch works fine. Do change the PyArg_ParseTuple() into the faster PyArg_UnpackTuple(). Does this patch show any changes to pystone or other key metrics? Would the PyDict_GetItem trick have better performance? My guess is that it would. +1 on using PyMapping_Check() for checking the locals argument to eval(). That is as good as you can get without actually running it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 13:50:45 | admin | link | issue215126 messages |
| 2007-08-23 13:50:45 | admin | create | |