Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
!buildbot iOS |
bedevere-bot commentedMay 26, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commitc5f5619 🤖 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:
|
965662e
intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 the3.14 branch. |
Uh oh!
There was an error while loading.Please reload this page.
#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.