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

Fix multiprocessing support for Windows binary #632

Merged
merged 2 commits into from
Dec 14, 2018

Commits on Dec 6, 2018

  1. Fix multiprocessing support for Windows binary

    The black binary generated for Windows builds would fail on
    reformatting multiple files due to a Windows-specific
    multiprocessing issue. Fix by calling freeze_support() as
    described in Python docs.
    allhailwesttexas committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4827f14 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Add multiprocessing support for windows binary

    blackd also needs to have multiprocessing.freeze_support() in order
    for a windows binary to work.
    allhailwesttexas committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    211f4dd View commit details
    Browse the repository at this point in the history