Taragolis commented on PR #35048:
URL: https://github.com/apache/airflow/pull/35048#issuecomment-1770290706

   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 :rofl:
   
   ```python
   from collections import UserString
   
   class MyStringClass(UserString):
       pass
   ```


-- 
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]

Reply via email to