Skip to content

Commit

Permalink
how'd i miss the main edit in the PR branch?
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead committed Apr 13, 2024
1 parent 1925d53 commit 4c126af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Lib/uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,14 @@ def _netstat_getnode():
_UuidCreate = None


def _load_system_functions():
"""[DEPRECATED] no-op since Python 3.9."""
import warnings
warnings.warn("This private function will go away by Python 3.15;"
" it has been a no-op since 3.9.", DeprecationWarning,
stacklevel=2)


def _unix_getnode():
"""Get the hardware address on Unix using the _uuid extension module."""
if _generate_time_safe:
Expand Down

0 comments on commit 4c126af

Please sign in to comment.