Находки в опенсорсе: Python
@opensource_findings_python
751
subscribers
3
photos
92
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
751 subscribers
Находки в опенсорсе: Python
https://github.com/ag2ai/faststream/issues/2400
#faststream
GitHub
feat: improve error type traversal in error handlers · Issue #2400 · ag2ai/faststream
Describe the bug Current logic here seems to be counterintuitive - take the current exception and check if it's a subclass of any exception type of the registered handlers. This leads to a pote...