8000 Provide and use a routine to convert a compressed string to a Python string · Issue #7348 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
8000

Provide and use a routine to convert a compressed string to a Python string #7348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dhalbert opened this issue Dec 15, 2022 · 0 comments
Open

Comments

@dhalbert
Copy link
Collaborator

Code for decompressing compressed messages is mostly in py/objexcept.py. In PR #7344, an exception wanted to use two arguments, an integer and a string, and it doesn't seem to be possible to use a translated string right now.

If a utility routine that converted a compressed string to a Python string were available, this would be easier to do, and that routine could also be used in py/objexcept.py, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0