homepage

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 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:45adminlinkissue215126 messages
2007年08月23日 13:50:45admincreate

AltStyle によって変換されたページ (->オリジナル) /