Skip to content

v_12: Fix Helpers.GetMachineCode() on Mac

Choose a tag to compare

@artemlos artemlos released this 16 Oct 12:59
· 122 commits to master since this release

This release includes a fix for Helpers.GetMachineCode() on Mac. Two problems were solved:

  • In Python 3, there is no need to decode the string again (to utf-8). Fixes #15.
  • In both Python 2 & 3, the machine code was not returned from the method.