Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed invalid regex handling in filterwarnings #13124

Merged
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
Next Next commit
adds changelog
virendrapatil24 committed Jan 11, 2025
commit 0f6868d91aba488aa18a16205d57e6be95a0bade
1 change: 1 addition & 0 deletions changelog/13119.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve handling of invalid regex patterns in :func:`parse_warning_filter(message=..., module=...) <parse_warning_filter>` by providing a clear error message.