gh-78502: Add a trackfd parameter to mmap.mmap() on Windows#138238
gh-78502: Add a trackfd parameter to mmap.mmap() on Windows#138238serhiy-storchaka merged 7 commits into
Conversation
If trackfd is False, the file handle corresponding to fileno will not be duplicated.
If trackfd is False, the file handle corresponding to fileno will not be duplicated.
d1ce256 to
558beef
Compare
August 29, 2025 15:47
|
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 558beef 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138238%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
Sorry, something went wrong.
encukou
left a comment
There was a problem hiding this comment.
I'm not much of a Windows expert, but, the code looks good to me! Thank you!
Sorry, something went wrong.
zooba
left a comment
There was a problem hiding this comment.
Other than that condition, looks fine to me.
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Co-authored-by: Victor Stinner <vstinner@python.org>
|
Before merging this PR, it would be convenient to merge #24781. |
Sorry, something went wrong.
7274d07
into
python:main
Sep 3, 2025
…thonGH-138238) If trackfd is False, the file handle corresponding to fileno will not be duplicated.
If trackfd is False, the file handle corresponding to fileno will not be duplicated.
📚 Documentation preview 📚: https://cpython-previews--138238.org.readthedocs.build/