v_15: Generate the same machine code as in the .NET Client
If you call Helpers.GetMachineCode(v=2) in the Python library, it will return the same machine code (assuming it's on the same machine) as Helpers.GetMachineCodePI(v: 2) in .NET (on Windows). In a future release, we plan to have an option to get a machine code that is the same across all OS.
Thanks to @pmnforce