Closed hez2010 closed 2 years ago
https://github.com/tonybaloney/Pyjion/blob/95f65c515d4252f5c58709dc95b7c587366d1113/src/pyjion/dis.py#L624
machine() may also return AMD64 instead of x86_64.
machine()
AMD64
x86_64
What OS, version and architecture are you on to see this value?
Windows 11 x64
Thanks. Just checked on a test machine and can reproduce.
https://github.com/tonybaloney/Pyjion/blob/95f65c515d4252f5c58709dc95b7c587366d1113/src/pyjion/dis.py#L624
machine()
may also returnAMD64
instead ofx86_64
.