mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
d1b6cd7bfb
- Check the correct variable (str_obj, not str) for NULL - sep_len was already verified it wasn't 0
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.