Message1566
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.
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 13:50:45 | admin | link | issue215126 messages |
| 2007-08-23 13:50:45 | admin | create | |
|