Add PyString::to_cow. Add Py<PyString>::to_str, Py<PyString>::to_cow, and Py<PyString>::to_string_lossy, as ways to access Python string data safely beyond the GIL lifetime.
PyString::to_cow
Py<PyString>::to_str
Py<PyString>::to_cow
Py<PyString>::to_string_lossy