STINNER Victor <vstin...@redhat.com> added the comment:

Why does platform has to analyze sys.executable binary to check if it's 32 or 
64 bits? Can't we use sizeof(void*) for example? Is it something related to FAT 
binary on macOS? (single binary for 32 and 64 bits, or single binary for PPC 
and x86)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35348>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to