Skip to content
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

gh-100540: Remove unnecessary '-DMACOSX' for ctypes on macOS #100542

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

zware
Copy link
Member

@zware zware commented Dec 26, 2022

The define was only used to protect a #pragma clang diagnostic
setting, which is already better guarded by __clang__ anwyay.

The define was only used to protect a `#pragma clang diagnostic`
setting, which is already better guarded by `__clang__` anwyay.
@zware zware added 3.12 bugs and security fixes OS-mac build The build process and cross-build topic-ctypes extension-modules C modules in the Modules dir skip news labels Dec 26, 2022
@zware zware self-assigned this Dec 26, 2022
@zware zware requested a review from a team December 26, 2022 21:27
@zware
Copy link
Member Author

zware commented Dec 26, 2022

!buildbot .*mac

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @zware for commit 774c213 🤖

The command will test the builders whose names match following regular expression: .*mac

The builders matched are:

  • ARM64 macOS PR
  • x86-64 macOS PR

@zware zware merged commit fd4b55f into python:main Dec 28, 2022
@zware zware deleted the remove_unnecessary_define branch December 28, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes build The build process and cross-build extension-modules C modules in the Modules dir OS-mac skip news topic-ctypes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants