Skip to content
Open
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
fixup! Address Serhiy's follow-up comments
  • Loading branch information
AA-Turner committed Sep 18, 2025
commit 88db6df8a861a6f94d5acdb1acff966a9d0ca420
2 changes: 1 addition & 1 deletion Lib/test/test_clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def test_double_star_after_var_keyword(self):
invalid_arg: object
[clinic start generated code]*/
"""
self.expect_failure(block, err, lineno=7)
self.expect_failure(block, err, lineno=5)

def test_module_already_got_one(self):
err = "Already defined module 'm'!"
Expand Down
Loading