cpython/Objects/stringlib
Neal Norwitz d1b6cd7bfb Fix Coverity warnings.
- Check the correct variable (str_obj, not str) for NULL
 - sep_len was already verified it wasn't 0
2006-05-27 05:21:30 +00:00
..
count.h needforspeed: stringlib refactoring, continued. added count and 2006-05-26 19:24:53 +00:00
fastsearch.h needforspeed: added rpartition implementation 2006-05-26 18:15:38 +00:00
find.h needforspeed: stringlib refactoring: use stringlib/find for string find 2006-05-26 19:48:07 +00:00
partition.h Fix Coverity warnings. 2006-05-27 05:21:30 +00:00
README.txt

bits shared by the stringobject and unicodeobject implementations (and
possibly other modules, in a not too distant future).

the stuff in here is included into relevant places; see the individual
source files for details.