Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for python3 compatibility (#1467)
if the value returned from the leak function is a str, it converts it to a bytearray for pytohn3 compatibility. Assuming a string is returned is flaky and likely wrong.
- Loading branch information