-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-91048: Correct Apple platform includes for iOS #134712
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
Conversation
!buildbot iOS |
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit c5f5619 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134712%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
GH-134714 is a backport of this pull request to the 3.14 branch. |
#134652 introduced some modifications to support remote debugging; however the platform
#defines
(in particular the ones on L103, L138 and L170) was incorrectly including iOS in the usage, but not in the definition of thepid_to_task
symbol.The
pid_to_task
implementation depends onlibproc.h
and mach/mach-vm.h, which aren't available on iOS.