v_12: Fix Helpers.GetMachineCode() on Mac
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.