You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: