Skip to content

gh-113308: Remove some internal parts of uuid module - #115934

Merged
sobolevn merged 9 commits into
python:mainfrom
sobolevn:issue-113308
Mar 14, 2024
Merged

gh-113308: Remove some internal parts of uuid module#115934
sobolevn merged 9 commits into
python:mainfrom
sobolevn:issue-113308

Conversation

@sobolevn

@sobolevnsobolevn commented Feb 26, 2024

Copy link
Copy Markdown
Member

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/

Comment threadDoc/whatsnew/3.13.rst Outdated
@sobolevn
sobolevn 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
Comment threadLib/test/test_uuid.py Outdated
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@sobolevn
sobolevn requested review from gpshead and hugovkMarch 13, 2024 06:40

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@sobolevn
sobolevn 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