SIGN IN SIGN UP

Cleanup PyUnicode_Contains()

* No need to double-check that strings are ready: test already done by
   PyUnicode_FromObject()
 * Remove useless kind variable (use kind1 instead)
V
Victor Stinner committed
77282cb4f8d6988587102343e5e8169554095aa5
Parent: d92e078