Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
sys/types.h must be included before sys/sysmacros.h
bedevere-bot commentedDec 27, 2023
🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commit2e91697 🤖 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 the3.12 branch. |
…P-UX (pythonGH-19856)Always include <sys/types.h> before <sys/sysmacros.h>.(cherry picked from commitf108468)Co-authored-by: Zackery Spytz <zspytz@gmail.com>Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-113541 is a backport of this pull request to the3.11 branch. |
…P-UX (pythonGH-19856)Always include <sys/types.h> before <sys/sysmacros.h>.(cherry picked from commitf108468)Co-authored-by: Zackery Spytz <zspytz@gmail.com>Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…P-UX (pythonGH-19856)Always include <sys/types.h> before <sys/sysmacros.h>.Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…P-UX (pythonGH-19856)Always include <sys/types.h> before <sys/sysmacros.h>.Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…P-UX (pythonGH-19856)Always include <sys/types.h> before <sys/sysmacros.h>.Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
sys/types.h must be included before sys/sysmacros.h
https://bugs.python.org/issue11102