• Marc-André Lemburg's avatar
    Marc-Andre Lemburg <mal@lemburg.com>: · 49ef6dc1
    Marc-André Lemburg yazdı
    Fixed a bug in PyUnicode_Count() which would have caused a
    core dump in case of substring coercion failure.
    
    Synchronized .count() with the string method of the same name
    to return len(s)+1 for s.count('').
    49ef6dc1
unicodeobject.c 111 KB