Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-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.
  • Loading branch information
gpshead committed Apr 13, 2024
commit 1925d53769efc945e817b273ad1d8825275bcd59
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.