Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712)#134714

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

Merged

Conversation

miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMay 26, 2025
edited by bedevere-appbot
Loading

Correct Apple platform includes for iOS.
(cherry picked from commit965662e)

Co-authored-by: Russell Keith-Mageerussell@keith-magee.com

…4712)Correct Apple platform includes for iOS.(cherry picked from commit965662e)Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
@freakboy3742
Copy link
Contributor

!buildbot iOS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commit25493d3 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134714%2Fmerge

The command will test the builders whose names match following regular expression:iOS

The builders matched are:

  • iOS ARM64 Simulator PR

@freakboy3742freakboy3742enabled auto-merge (squash)May 26, 2025 12:58
@freakboy3742freakboy3742 merged commit6c917cb intopython:3.14May 26, 2025
48 of 49 checks passed
@@ -35,7 +35,7 @@ extern "C" {
# include <sys/mman.h>
#endif

#if defined(__APPLE__) && TARGET_OS_OSX
#if defined(__APPLE__) &&defined(TARGET_OS_OSX) &&TARGET_OS_OSX
Copy link
Member

Choose a reason for hiding this comment

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

For future reference, this is unnecessary, as undefined preprocessor symbols are always treated as if they have the value 0.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mhsmithmhsmithmhsmith left review comments

@freakboy3742freakboy3742freakboy3742 approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@miss-islington@freakboy3742@bedevere-bot@mhsmith

[8]ページ先頭

©2009-2025 Movatter.jp