ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
342 stars 36 forks source link

Rewrite app stub executable #440

Open ronaldoussoren opened 2 years ago

ronaldoussoren commented 2 years ago
  1. Drop trying to load everything dynamically

  2. Use the modern CPython initialisation API for Python 3.8 or later

    This second item needs some further research, the config struct is not part of the stable ABI

Note that using dlopen to access CPython API's is still needed because of --semi-standalone.