Skip to content
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

[3.12] gh-120522: Add a --with-app-store-compliance configure option to patch out problematic code (GH-120984) #121174

Closed
wants to merge 1 commit into from

Conversation

freakboy3742
Copy link
Contributor

@freakboy3742 freakboy3742 commented Jun 30, 2024

  • 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 48cd104)


📚 Documentation preview 📚: https://cpython-previews--121174.org.readthedocs.build/

… option to patch out problematic code (pythonGH-120984)

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

* Added blurb.

* Correct tab-vs-spaces formatting issue.

* Correct source file name in docs.

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>

* Correct source code reference in Mac docs

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>

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

* Make patching reslient to multiple builds.

* Documentation fixes found during review

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>

* Documentation and configure.ac syntax improvements

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

* Regenerate configure script.

* Silence the patch echo output.

---------

(cherry picked from commit 48cd104)

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>
@freakboy3742
Copy link
Contributor Author

@Yhg1s Summary of context for this:

The underlying issue (the macOS App Store rejecting the Python 3.12 standard library) exists in 3.12; but this isn't a traditional bug fix - it's a built-in way to patch the issue if you're planning to submit to the macOS App Store. This requires adding a new configuration option (which could be considered a new feature). The underlying fix can be applied manually.

I've tagged you for review since it's your call as release manager call whether this is appropriate for backport. I'm completely happy if the answer is to close this backport as a WONTFIX.

@freakboy3742
Copy link
Contributor Author

I'm going to close this PR; the approach has been modified slightly; the new version to be backported is in #121830.

@freakboy3742 freakboy3742 deleted the backport-48cd104-3.12 branch July 30, 2024 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes awaiting core review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant