summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-02-05 01:15:13 (GMT)
committerGitHub <noreply@github.com>2019-02-05 01:15:13 (GMT)
commit85e102a2b090dd693d0801ae2edb9660cfa0f281 (patch)
tree0735adb3d875561dd3f6f266253db336fb122788 /Misc
parent69091cb497b2f0fe7e2789b30b43cf78caf9de9b (diff)
downloadcpython-85e102a2b090dd693d0801ae2edb9660cfa0f281.zip
cpython-85e102a2b090dd693d0801ae2edb9660cfa0f281.tar.gz
cpython-85e102a2b090dd693d0801ae2edb9660cfa0f281.tar.bz2
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-02-02-14-47-12.bpo-35299.1rgEzd.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-02-02-14-47-12.bpo-35299.1rgEzd.rst b/Misc/NEWS.d/next/Windows/2019-02-02-14-47-12.bpo-35299.1rgEzd.rst
new file mode 100644
index 0000000..19fba61
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-02-02-14-47-12.bpo-35299.1rgEzd.rst
@@ -0,0 +1,2 @@
+Fix sysconfig detection of the source directory and distutils handling of
+pyconfig.h during PGO profiling