Skip to content
Merged
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
Prev Previous commit
Update Lib/test/test___all__.py
Co-authored-by: Emma Smith <emma@emmatyping.dev>
  • Loading branch information
ambv and emmatyping authored Sep 15, 2025
commit abe584b178ecd01c5400a3d70886a772b60c0149
2 changes: 1 addition & 1 deletion Lib/test/test___all__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def check_all(self, modname):

def walk_modules(self, basedir, modpath):
if modpath == 'distutils.':
# gh-135374: when setuptools ins installed, it now replaces
# gh-135374: when setuptools is installed, it now replaces
# 'distutils' with its own version.
# In a security-fix only branch of CPython,
# skip the __all__ test rather than deal with the fallout.
Expand Down
Loading