Files
cpython/Objects
Guido van Rossum bf935fde15 string_contains(): speed up by avoiding function calls where
possible.  This always called PyUnicode_Check() and PyString_Check(),
at least one of which would call PyType_IsSubtype().  Also, this would
call PyString_Size() on known string objects.
2002-08-24 06:57:49 +00:00
..
2002-08-06 22:12:52 +00:00
2002-08-14 21:01:41 +00:00
2002-07-18 18:49:52 +00:00
2002-07-17 16:30:39 +00:00
2002-07-17 16:30:39 +00:00