[Patches] [Patch #103557] Speed-up PyObject_IsTrue

noreply@sourceforge.net noreply@sourceforge.net
Fri, 02 Feb 2001 01:18:58 -0800


Patch #103557 has been updated. 

Project: python
Category: core (C code)
Status: Rejected
Submitted by: loewis
Assigned to : nobody
Summary: Speed-up PyObject_IsTrue

Follow-Ups:

Date: 2001-Feb-02 01:18
By: loewis

Comment:
The reported numbers are completely bogus. The observed speed-up was caused
by inconsistent -O usage; the actual speed-up is 0.1%, if any.

So the only value of the patch might be that it saves other the time to
benchmark that function.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103557&group_id=5470