Bug report
Bug description:
All MacOS 27 systems have the same hardware address because all MAC-Addresses are displayed as 02:00:00:00:00:00.
Running on MacOS 27:
uuid.getnode()
2199023255552
uuid.getnode().to_bytes(6)
b'\x02\x00\x00\x00\x00\x00'
I did not find a workaround and according to an Apple developer this is a feature.
CPython versions tested on:
3.14
Operating systems tested on:
macOS
Bug report
Bug description:
All MacOS 27 systems have the same hardware address because all MAC-Addresses are displayed as 02:00:00:00:00:00.
Running on MacOS 27:
I did not find a workaround and according to an Apple developer this is a feature.
CPython versions tested on:
3.14
Operating systems tested on:
macOS