Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 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
Update
  • Loading branch information
corona10 committed Dec 15, 2025
commit cf96361107145922f9dc9b9a537a434f0b0166eb
2 changes: 0 additions & 2 deletions Modules/mmapmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,6 @@ mmap_mmap_seek_impl(mmap_object *self, Py_ssize_t dist, int how)
return NULL;
}

/*clinic*/

/*[clinic input]
mmap.mmap.set_name

Expand Down
Loading