-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Feature or enhancement
Proposal:
Proposed behaviour on MacOS.
>>> import platform >>> platform.architecture() ('64bit', 'Mach-O')Current behaviour as tested with Python 3.11.7 on 24.05.20240115.e062961+darwin4.44a6ec1.
>>> import platform >>> platform.architecture() ('64bit', '')Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response