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
Currently, it appends a '0' (zero) character/byte instead of '\0' (null) byte. In some situation, it could raises an error.
I also did a refactor to support python3, but keep it backward compatible with python2.
Currently, it appends a '0' (zero) character/byte instead of '\0' (null) byte. In some situation, it could raises an error.
I also did a refactor to support
python3
, but keep it backward compatible withpython2
.Tested on
Python 2.7.18
andPython 3.10.6
.Merge request:
#759
The text was updated successfully, but these errors were encountered: