Skip to content

Fixes regarding the apple store submission issue #186

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

Closed
wants to merge 4 commits into from

Conversation

alibeyram
Copy link

In order to fix apple-store-issue we need to compile binary files into dynamic libraries (.dylibs instead of .so)
Also needed to modify dynload_shlib.c so python can read .dylib
Moreover, I have an issue compiling/patching test_source_encoding.py so I removed that from the patch. Also, I noticed that patch does not exist in the python3.11

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

alibeyram and others added 4 commits July 31, 2023 15:23
Also I had some issues with compliting the build with test_source_encoding.py so I removed that from the patch
@freakboy3742
Copy link
Member

Thanks for this contribution - I've incorporated the spirit of most of this into #187, but that PR makes most of the changes closer to the CPython core rather than as site modifications or Makefile overrides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants