Help for this page

Select Code to Download


  1. or download this
    static long
    string_hash(PyStringObject *a)
    ...
        a->ob_shash = x;
        return x;
    }
    
  2. or download this
    static long
    string_hash(PyStringObject *a)
    ...
        a->ob_shash = x;
        return x;
    }