mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-132493: Avoid eager evaluation of annotations in @reprlib.recursive_repr() (#133411)
This commit is contained in:
parent
b936ccdb6f
commit
dbee142a01
3 changed files with 19 additions and 2 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Avoid eagerly evaluating annotations in functions decorated with
|
||||
:func:`reprlib.recursive_repr`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue