Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
cosmetic amendments
  • Loading branch information
picnixz committed Aug 20, 2024
commit 352c16ed5e496f664ebc8add941f893b9e9000c2
2 changes: 1 addition & 1 deletion Lib/dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def _make_labels_map(original_code, exception_entries=()):
e.target_label = labels_map[e.target]
return labels_map

_NO_LINENO = ' --'
_NO_LINENO = ' --'

def _get_lineno_width(linestarts):
if linestarts is None:
Expand Down