summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <antoine@python.org>2019-05-15 21:45:18 (GMT)
committerGitHub <noreply@github.com>2019-05-15 21:45:18 (GMT)
commit1a2dd82f56bd813aacc570e172cefe55a8a41504 (patch)
tree2c8815834378688cb0fd7d6596eee4ae1aadefea /Misc
parentc981ad16b0f9740bd3381c96b4227a1faa1a88d9 (diff)
downloadcpython-1a2dd82f56bd813aacc570e172cefe55a8a41504.zip
cpython-1a2dd82f56bd813aacc570e172cefe55a8a41504.tar.gz
cpython-1a2dd82f56bd813aacc570e172cefe55a8a41504.tar.bz2
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2019-05-03-21-08-06.bpo-36786.gOLFbD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-05-03-21-08-06.bpo-36786.gOLFbD.rst b/Misc/NEWS.d/next/Build/2019-05-03-21-08-06.bpo-36786.gOLFbD.rst
new file mode 100644
index 0000000..0fcda43
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-05-03-21-08-06.bpo-36786.gOLFbD.rst
@@ -0,0 +1 @@
+"make install" now runs compileall in parallel.