]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix clang-cl compilation of `Modules/mmapmodule.c` post gh-129784 (#130446)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Sat, 22 Feb 2025 11:36:38 +0000 (12:36 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 11:36:38 +0000 (12:36 +0100)
commit65b339c5caf400c0b05605e6509bc708e754c8a1
treefcda3a2b15fdaba2c3bb53454ba2ca63f63c7397
parent474c388740ca5f8060c074f517dd14c54409126f
gh-111178: fix clang-cl compilation of `Modules/mmapmodule.c` post gh-129784 (#130446)

The `PyCFunction` cast on `mmap__sizeof__method` was removed but the method was not updated accordingly.
Modules/mmapmodule.c