Skip to content

All MacOS 27 systems have the same uuid.getnode() value #157848

Description

@sebastianw

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-mactype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions