]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132006: Add support for handling XCPrivacy manifests (#139163)
authorRussell Keith-Magee <russell@keith-magee.com>
Sun, 28 Sep 2025 21:50:46 +0000 (05:50 +0800)
committerGitHub <noreply@github.com>
Sun, 28 Sep 2025 21:50:46 +0000 (05:50 +0800)
commit195d13c85e17ab5cf6ac2a6de098bbf514cae207
treeecf596180301b15f62d01fdfed3175d3de626c4b
parent3779f2b95ebf68e2d5f8ea27c7a7baa0879f5496
gh-132006: Add support for handling XCPrivacy manifests (#139163)

Adds a PrivacyInfo.xcprivacy file when packaging `_hashlib` and `_ssl` modules
for iOS (based on the original OpenSSL sources); and adds handling to the build
script to allow any app to add `xcprivacy` handling for a binary module.
Apple/__main__.py
Apple/testbed/Python.xcframework/build/utils.sh
Doc/using/ios.rst
Misc/NEWS.d/next/Tools-Demos/2025-08-28-06-22-26.gh-issue-132006.eZQmc6.rst [new file with mode: 0644]