182 B
182 B
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.