We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a76683 commit cc8ecf6Copy full SHA for cc8ecf6
Objects/lnotab_notes.txt
@@ -67,7 +67,7 @@ def co_lines(code):
67
table_iter = iter(code.internal_line_table):
68
for sdelta, ldelta in table_iter:
69
if ldelta == 0: # No change to line number, just accumulate changes to end
70
- end += odelta
+ end += sdelta
71
continue
72
start = end
73
end = start + sdelta
0 commit comments