Skip to content

v_15: Generate the same machine code as in the .NET Client

Choose a tag to compare

@artemlos artemlos released this 01 Apr 11:08
· 112 commits to master since this release
6be2906

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