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
updates changelog desc
virendrapatil24 committed Jan 11, 2025
commit 3119e025c54ac2d9776420c464552af11ef3a938
2 changes: 1 addition & 1 deletion changelog/13119.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Improve handling of invalid regex patterns in :func:`parse_warning_filter(message=..., module=...) <parse_warning_filter>` by providing a clear error message.
Improved handling of invalid regex patterns for filter warnings by providing a clear error message.