-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-63016: Add flags parameter on mmap.flush #139553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
I noticed a PR #139237 to migrate the |
|
Since #139237 was merged, I rebased the branch and now it's ready for review. |
Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please just update the doc (see my comment).
|
|
||
|
|
||
| .. method:: flush([offset[, size]]) | ||
| .. method:: flush([offset[, size]], flags=MS_SYNC) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .. method:: flush([offset[, size]], flags=MS_SYNC) | |
| .. method:: flush([offset[, size]], *, flags=MS_SYNC) |
📚 Documentation preview 📚: https://cpython-previews--139553.org.readthedocs.build/