summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-04-06 10:56:31 (GMT)
committerGitHub <noreply@github.com>2022-04-06 10:56:31 (GMT)
commit074da788028c1f1e867dc81698efdcdc263f2288 (patch)
treec06fe457e6cd7232a80bdd6b918f4b862a53c199 /Misc
parent35bcf9f3c19dfbb368c08e3aa75fda72a23c030d (diff)
downloadcpython-074da788028c1f1e867dc81698efdcdc263f2288.zip
cpython-074da788028c1f1e867dc81698efdcdc263f2288.tar.gz
cpython-074da788028c1f1e867dc81698efdcdc263f2288.tar.bz2
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst b/Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst
new file mode 100644
index 0000000..c1e01ad
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst
@@ -0,0 +1,2 @@
+Windows ``PGInstrument`` builds now copy a required DLL into the output
+directory, making it easier to run the profile stage of a PGO build.