Skip to content

Conversation

@guoci
Copy link
Contributor

@guoci guoci commented Nov 19, 2025

skip issue, skip news
src:

cpython/Lib/bdb.py

Lines 422 to 429 in b4344f7

def is_skipped_module(self, module_name):
"Return True if module_name matches any skip pattern."
if module_name is None: # some modules do not have names
return False
for pattern in self.skip:
if fnmatch.fnmatch(module_name, pattern):
return True
return False


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

@gaogaotiantian gaogaotiantian merged commit e5adaaf into python:main Nov 20, 2025
41 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants