mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
A newline in lineno output breaks pyframe output.
This commit is contained in:
parent
a01799f71a
commit
0a9397fcf3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ define lineno
|
|||
set $__p = $__p + 1
|
||||
end
|
||||
end
|
||||
printf "%d\n", $__li
|
||||
printf "%d", $__li
|
||||
end
|
||||
|
||||
# print the current frame - verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue