gh-132493: Avoid eager evaluation of annotations in @reprlib.recursive_repr() (#133411)

This commit is contained in:
Jelle Zijlstra 2025-05-05 19:20:11 -07:00 committed by GitHub
parent b936ccdb6f
commit dbee142a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,2 @@
Avoid eagerly evaluating annotations in functions decorated with
:func:`reprlib.recursive_repr`.