]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111835: Add seekable method to mmap.mmap (gh-111852)
authorDonghee Na <donghee.na@python.org>
Thu, 9 Nov 2023 11:13:35 +0000 (11:13 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 11:13:35 +0000 (20:13 +0900)
commit6046aec377311efb89c4438f7cf412e2c6568ba1
tree07068685c50a1dda084f3d1fcd89e9279afa6a49
parent30ec968befde2313f66af4754d410dc5a080a20a
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Doc/library/mmap.rst
Doc/whatsnew/3.13.rst
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2023-11-08-23-32-03.gh-issue-111835.ufFiuW.rst [new file with mode: 0644]
Modules/mmapmodule.c