Usiel commented on PR #35048: URL: https://github.com/apache/airflow/pull/35048#issuecomment-1774472877
> I think the also problem here with inheritance of builtin type `str`, with `collections.UserString` there is no recursion error, except the fact that there is no masking secrets in this case 🤣 > > ```python > from collections import UserString > > class MyStringClass(UserString): > pass > ``` Here's the class that caused this issue in the wild: https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_49/lib/sqlalchemy/sql/elements.py#L5142 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
