-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Add support for Mach-O linkage detection in Lib/platform.py #114490
Copy link
Copy link
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
Linked PRs
Reactions are currently unavailable