Decode bytes to strings in Python Object API
Type-hints for the Python Object API are incorrect for strings - the _UnPack() method does not convert bytes to strings. This PR introduces an optional flag (false by default) that enables decoding the bytes into string objects.
Resolves #5997
Bump
@aardappel bump, can we get the CI run on this PR?
You can get the CI to run by rebasing, it is out of date.. I guess I'll do that for you.
Looks ok, I guess? @dbaileychess
Bump @aardappel and @dbaileychess
@aardappel, I see there's been some movement with other PRs - can this get merged? Thanks!
Ok, lets merge, thanks!