[Patches] [ python-Patches-424335 ] richcompare for strings

noreply@sourceforge.net noreply@sourceforge.net
Mon, 21 May 2001 08:33:33 -0700


Patches item #424335, was updated on 2001-05-15 12:54
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=424335&group_id=5470

Category: core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
Summary: richcompare for strings

Initial Comment:
This patch implements the tp_richcompare slot for
string objects. It shows a 8% speed-up on selected test
cases.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-05-21 08:33

Message:
Logged In: YES 
user_id=21627

The new revision of the patch entirely removes tp_compare
for string, following discussions on python-dev. The only
direct user of string_compare has been changed to use the
new function _PyString_Eq instead.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=424335&group_id=5470