mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (#115440)
This commit is contained in:
parent
6755c4e0c8
commit
bb791c7728
5 changed files with 23 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix a bug in :mod:`doctest` where incorrect line numbers would be
|
||||
reported for decorated functions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue