Skip to content

Conversation

@sobolevn
Copy link
Member

@sobolevnsobolevn commented Feb 26, 2024

Tests do not produce any warnings:

» ./python.exe -m test test_uuid Using random seed: 3734037146 0:00:00 load avg: 1.55 Run 1 test sequentially 0:00:00 load avg: 1.55 [1/1] test_uuid == Tests result: SUCCESS == 1 test OK. Total duration: 401 ms Total tests: run=72 skipped=13 Total test files: run=1/1 Result: SUCCESS 

I didn't add any explicit tests for unused deprecated functions. I can, if needed.


📚 Documentation preview 📚: https://cpython-previews--115934.org.readthedocs.build/

@sobolevnsobolevn requested a review from hugovkFebruary 26, 2024 09:11
@sobolevnsobolevn changed the title gh-113308: Deprecate some internal parts of uuid modulegh-113308: Remove some internal parts of uuid moduleMar 3, 2024
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@sobolevnsobolevn requested review from gpshead and hugovkMarch 13, 2024 06:40
Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sobolevnsobolevn merged commit 61f576a into python:mainMar 14, 2024
vstinner pushed a commit to vstinner/cpython that referenced this pull request Mar 20, 2024
…115934) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
…115934) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…115934) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sobolevn@gpshead@vstinner@hugovk