summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-08-29 23:59:20 +0200
committerŁukasz Langa <lukasz@langa.pl>2019-08-29 23:59:20 +0200
commitd93605de7232da5e6a182fd1d5c220639e900159 (patch)
tree3d013fe1c28a09f6e190586981c5494d39090eff /Misc/NEWS.d/next/Build
parent25a044ee6ce50a9172478cc61d914644778455f6 (diff)
downloadcpython-git-d93605de7232da5e6a182fd1d5c220639e900159.tar.gz
Python 3.8.0b4v3.8.0b4
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2019-07-29-11-36-16.bpo-37707.Sm-dGk.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-07-29-11-36-16.bpo-37707.Sm-dGk.rst b/Misc/NEWS.d/next/Build/2019-07-29-11-36-16.bpo-37707.Sm-dGk.rst
deleted file mode 100644
index c0d58ab747..0000000000
--- a/Misc/NEWS.d/next/Build/2019-07-29-11-36-16.bpo-37707.Sm-dGk.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Mark some individual tests to skip when --pgo is used. The tests marked
-increase the PGO task time significantly and likely don't help improve
-optimization of the final executable.