-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-138092: Fix mmap.flush argument handling #138093
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
Conversation
🤖 New build scheduled with the buildbot fleet by @encukou for commit 5274cc3 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138093%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
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.
Looks good to me! I'll merge next week if there are no objections.
Do you want to merge in the |
Done |
Thank you! |
Also changed this function's argument parsing to using Argument Clinic.
mmap.flush
with offset parameter only #138092