]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120522: Add a `--with-app-store-compliance` configure option to patch out...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Jun 2024 01:10:34 +0000 (03:10 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2024 01:10:34 +0000 (09:10 +0800)
commit0dfb437a32f9b9a8a0ae61d8c43c47417651f44e
treef96c4e4f39667ee47696c3938870da132f875653
parent00b071137bbae800d6b82596f156a51287708215
[3.13] gh-120522: Add a `--with-app-store-compliance` configure option to patch out problematic code (GH-120984) (#121173)

gh-120522: Add a `--with-app-store-compliance` configure option to patch out problematic code (GH-120984)

* Add --app-store-compliance configuration option.

* Added blurb.

* Correct tab-vs-spaces formatting issue.

* Correct source file name in docs.

* Correct source code reference in Mac docs

* Only apply the patch forward, and ensure the working directory is correct.

* Make patching reslient to multiple builds.

* Documentation fixes found during review

* Documentation and configure.ac syntax improvements

* Regenerate configure script.

* Silence the patch echo output.

---------

(cherry picked from commit 48cd104b0cf05dad8958efa9cb9666c029ef9201)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/library/urllib.parse.rst
Doc/using/configure.rst
Doc/using/ios.rst
Doc/using/mac.rst
Mac/Resources/app-store-compliance.patch [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS.d/next/Build/2024-06-25-15-29-27.gh-issue-120522.5_n515.rst [new file with mode: 0644]
configure
configure.ac