-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX #19856
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
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX #19856
Conversation
sys/types.h must be included before sys/sysmacros.h
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 2e91697 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-113540 is a backport of this pull request to the 3.12 branch. |
…P-UX (pythonGH-19856) Always include <sys/types.h> before <sys/sysmacros.h>. (cherry picked from commit f108468) Co-authored-by: Zackery Spytz <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
GH-113541 is a backport of this pull request to the 3.11 branch. |
…P-UX (pythonGH-19856) Always include <sys/types.h> before <sys/sysmacros.h>. (cherry picked from commit f108468) Co-authored-by: Zackery Spytz <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
…() on HP-UX (GH-19856) (GH-113541) Always include <sys/types.h> before <sys/sysmacros.h>. (cherry picked from commit f108468) Co-authored-by: Zackery Spytz <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
…() on HP-UX (GH-19856) (GH-113540) Always include <sys/types.h> before <sys/sysmacros.h>. (cherry picked from commit f108468) Co-authored-by: Zackery Spytz <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
…P-UX (pythonGH-19856) Always include <sys/types.h> before <sys/sysmacros.h>. Co-authored-by: Serhiy Storchaka <[email protected]>
…P-UX (pythonGH-19856) Always include <sys/types.h> before <sys/sysmacros.h>. Co-authored-by: Serhiy Storchaka <[email protected]>
…P-UX (pythonGH-19856) Always include <sys/types.h> before <sys/sysmacros.h>. Co-authored-by: Serhiy Storchaka <[email protected]>
sys/types.h must be included before sys/sysmacros.h
https://bugs.python.org/issue11102