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

Always call freeze_support() if sys.frozen is True #3275

Merged
merged 5 commits into from Sep 26, 2022

Commits on Sep 17, 2022

  1. Always call freeze_support() if sys.frozen is True

    This shouldn't be necessary, but in practice macOS also requires
    freeze_support() so let's play it safe and always call it when
    sys.frozen is truthy. Only a tiny sliver of users will be using these
    PyInstaller executables and the start-up performance is already terrible
    as the executable unzips itself on the fly anyway.
    ichard26 committed Sep 17, 2022
    Copy the full SHA
    7598cea View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    ichard26 committed Sep 17, 2022
    Copy the full SHA
    87fc3d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Copy the full SHA
    e7927fe View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Add comment

    ichard26 committed Sep 25, 2022
    Copy the full SHA
    d3bef04 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Copy the full SHA
    6797337 View commit details
    Browse the repository at this point in the history