8000 gh-115392: Fix doctest reporting incorrect line numbers for decorated functions by brianschubert · Pull Request #115440 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in NEWS entry
  • Loading branch information
brianschubert committed Feb 14, 2024
commit ffcb31b4a4dcbe9d8fd03e65dcc456e897a8c37c
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix a bug in `mod`:doctest: where incorrect line numbers would be
Fix a bug in :mod:`doctest` where incorrect line numbers would be
reported for decorated functions.
0