mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
58b5e84d52
find helpers; updated unicodeobject to use stringlib_count
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.