Skip to content

Handle non-string data correctly with regex pattern in CQH #3252

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

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

Bibo-Joshi
Copy link
Member

See https://t.me/pythontelegrambotgroup/626511?thread=626501 for discussion

Checklist for PRs

  • Added .. versionadded:: version, .. versionchanged:: version or .. deprecated:: version to the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)
  • Created new or adapted existing unit tests
  • Documented code changes according to the CSI standard
  • Added myself alphabetically to AUTHORS.rst (optional)
  • Added new classes & modules to the docs and all suitable __all__ s

@Bibo-Joshi Bibo-Joshi added this to the v20.0a5 milestone Sep 20, 2022
@Poolitzer
Copy link
Member

change LGTM, DeepSource complains though, would replacing the variable with an underscore fix it?

@Bibo-Joshi
Copy link
Member Author

change LGTM, DeepSource complains though, would replacing the variable with an underscore fix it?

ah, that again … changing the name of the variable would mean that one can't rely on calling some_handler.collect_additional_context with keyword arguments anymore. I have reported that as false positive already a couple of times …

@Bibo-Joshi Bibo-Joshi merged commit c6721a7 into master Sep 22, 2022
@Bibo-Joshi Bibo-Joshi deleted the cqh-non-string branch September 22, 2022 18:30
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2022
@Bibo-Joshi Bibo-Joshi added 🔌 bug pr description: bug and removed bug 🐛 labels Nov 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔌 bug pr description: bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants