Bump logging, re, fnmatch, glob, mimetypes, urllib, pathlib to 3.14.2#6784
Bump logging, re, fnmatch, glob, mimetypes, urllib, pathlib to 3.14.2#6784moreal wants to merge 9 commits intoRustPython:mainfrom
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (46)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
74bc60d to
57da0e8
Compare
|
This pull request will be separated each PR and will be closed.
|
|
I close this pull request and I'll make with |
This pull request bumps
logging,re,fnmatch,glob,mimetypes,urllib,pathlibto 3.14.2.I apologize that the PR has become quite large while trying to pass CI. I tried to split it by commits to make reviewing easier, but if it would be better to split the PR, I will do so.
How to review
I'm keeping this as a record because it was useful during the review process, and we also used it when entrusting the task to an LLM and reviewing it.
cpython/directorygit show sha(orgit show HEAD~2) to check if there are any accidental arbitrary modifications that have disappeared. (It can be reviewed in GitHub diff)delta Lib/<lib>.py cpython/Lib/<lib>.pyanddelta Lib/test/<lib>.py cpython/Lib/test/<lib>.py,or
delta Lib/<lib>/ cpython/Lib/<lib>/anddelta Lib/test/test_<lib>/ cpython/Lib/test/test_<lib>/,to ensure that CPython has been updating properly and that no strange values have been inserted.