This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients xdegaye
Date 2017-12-02.14:29:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Currently uuid.getnode() returns a random 48-bit number and so the UUIDs are not persistent across time. The reason is that on Android the 'ip link list' command fails.

uuid._ip_getnode() should invoke the 'ip link' command instead.
History
Date User Action Args
2017-12-02 14:29:39xdegayesetrecipients: + xdegaye
2017-12-02 14:29:39xdegayesetmessageid: <[email protected]>
2017-12-02 14:29:39xdegayelinkissue32199 messages
2017-12-02 14:29:39xdegayecreate