Skip to content

Commit 1925d53

Browse files
committed
pythongh-113308: Restore uuid._load_system_functions for 3.13
The do nothing private ``uuid._load_system_functions()`` function has been restored to appease a PyPI library that calls it to unblock 3.13 testing by others. It now triggers a :exc:`DeprecationWarning` instead.
1 parent eca5362 commit 1925d53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The do nothing private ``uuid._load_system_functions()`` function has been
2+
restored to appease a PyPI library that calls it to unblock 3.13 testing by
3+
others. It now triggers a :exc:`DeprecationWarning` instead.

0 commit comments

Comments
 (0)