Skip to content

gh-127385: Add F_DUPFD_QUERY to fcntl #127386

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

Merged
merged 9 commits into from
Apr 24, 2025

Conversation

rruuaanng
Copy link
Contributor

@rruuaanng rruuaanng commented Nov 29, 2024

Copy link
Member

@ZeroIntensity ZeroIntensity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is trying to do too many things. I don't really see the need for the switch to a new macro, but if we do end up doing that, it should be in another PR. Please revert that and keep this focused on the one new macro.

@rruuaanng
Copy link
Contributor Author

@ZeroIntensity
I think you are right. Can you help me convert it into a draft? I'm mobile now.

@ZeroIntensity ZeroIntensity marked this pull request as draft November 29, 2024 06:28
@rruuaanng rruuaanng marked this pull request as ready for review November 29, 2024 06:43
@erlend-aasland erlend-aasland dismissed ZeroIntensity’s stale review November 29, 2024 08:09

The requested changes were addressed

@erlend-aasland
Copy link
Contributor

This PR is trying to do too many things. I don't really see the need for the switch to a new macro, but if we do end up doing that, it should be in another PR. Please revert that and keep this focused on the one new macro.

@rruuaanng, please take Peter's words into account for future contributions. That piece of advice is also spelled out in the devguide.

@erlend-aasland
Copy link
Contributor

I'll land this in a day or two.

@erlend-aasland erlend-aasland self-assigned this Nov 29, 2024
@rruuaanng
Copy link
Contributor Author

This PR is trying to do too many things. I don't really see the need for the switch to a new macro, but if we do end up doing that, it should be in another PR. Please revert that and keep this focused on the one new macro.

@rruuaanng, please take Peter's words into account for future contributions. That piece of advice is also spelled out in the devguide.

Yes, So I've completed his suggestion. I almost forgot it in the process :)

@erlend-aasland erlend-aasland changed the title gh-127385: Add latest F_DUPFD_QUERY constants to fcntl module gh-127385: Add F_DUPFD_QUERY to fcntl Nov 29, 2024
@erlend-aasland erlend-aasland linked an issue Nov 29, 2024 that may be closed by this pull request
Copy link
Member

@ZeroIntensity ZeroIntensity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

@rruuaanng
Copy link
Contributor Author

Hold on, I need to add a document for fcntl, and I found the addition log in the existing documentation. And I confirmed that there is no corresponding document for my other PR

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@serhiy-storchaka serhiy-storchaka merged commit 8e18a9d into python:main Apr 24, 2025
41 checks passed
@rruuaanng rruuaanng deleted the package-all-ins branch April 25, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add F_DUPFD_QUERY to fcntl
4 participants