gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (#115440)

This commit is contained in:
Brian Schubert 2024-02-14 10:01:27 -05:00 committed by GitHub
parent 6755c4e0c8
commit bb791c7728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,2 @@
Fix a bug in :mod:`doctest` where incorrect line numbers would be
reported for decorated functions.