PythonCall.jl icon indicating copy to clipboard operation
PythonCall.jl copied to clipboard

Add new PyStr wrapper type

Open cjdoris opened this issue 2 months ago • 0 comments

Has fields py::Py, ptr::Ptr{UInt8}, ncodeunits::Int where the latter two we get from https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_AsUTF8AndSize.

Can implement AbstractString easily on top of this by reusing bits of the Utils.StaticString implementation.

cjdoris avatar Oct 13 '25 08:10 cjdoris