]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
authorAntoine Pitrou <antoine@python.org>
Wed, 15 May 2019 21:45:18 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Wed, 15 May 2019 21:45:18 +0000 (23:45 +0200)
commit1a2dd82f56bd813aacc570e172cefe55a8a41504
tree2c8815834378688cb0fd7d6596eee4ae1aadefea
parentc981ad16b0f9740bd3381c96b4227a1faa1a88d9
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Doc/library/compileall.rst
Lib/compileall.py
Lib/test/test_compileall.py
Makefile.pre.in
Misc/NEWS.d/next/Build/2019-05-03-21-08-06.bpo-36786.gOLFbD.rst [new file with mode: 0644]