Skip to content

Commit 8367116

Browse files
picnixzzanieb
andauthored
Update Lib/uuid.py
Co-authored-by: Zanie Blue <contact@zanie.dev>
1 parent e4d6891 commit 8367116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def _netstat_getnode():
572572
try:
573573
import _uuid
574574
_generate_time_safe = getattr(_uuid, "generate_time_safe", None)
575-
_has_stable_extractable_node = _uuid.has_stable_extractable_node
575+
_has_stable_extractable_node = getattr(_uuid, "has_stable_extractable_node", False)
576576
_UuidCreate = getattr(_uuid, "UuidCreate", None)
577577
except ImportError:
578578
_uuid = None

0 commit comments

Comments
 (0)