]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix multiprocessing support for Windows binary (#632)
authorPeter Stensmyr <peter.stensmyr@gmail.com>
Fri, 14 Dec 2018 15:01:50 +0000 (02:01 +1100)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Fri, 14 Dec 2018 15:01:50 +0000 (15:01 +0000)
commitfe24a15b84955130f23c8ab9490d1cdb98607b53
treeebdeb1a3ede4ebda7595ddcdec757ce065ba0b98
parent0b40a7badf82c53c8a23b3a03273619f8440855d
Fix multiprocessing support for Windows binary (#632)

* Fix multiprocessing support for Windows binary

The black and blackd binaries 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.
black.py
blackd.py