diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-12-27 20:44:25 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-27 20:44:25 (GMT) |
commit | 59c2aa25ffc864bf11bf3b3973828f00e268a992 (patch) | |
tree | 5c605f6a3b9a87042617660dfa7f6af0d1d2b346 /Misc | |
parent | c6c7237272499b2c528acb5f62601421f329e92a (diff) | |
download | cpython-59c2aa25ffc864bf11bf3b3973828f00e268a992.zip cpython-59c2aa25ffc864bf11bf3b3973828f00e268a992.tar.gz cpython-59c2aa25ffc864bf11bf3b3973828f00e268a992.tar.bz2 |
bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329)
https://bugs.python.org/issue35596
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2018-12-28-07-25-47.bpo-35596.P9CEY2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-12-28-07-25-47.bpo-35596.P9CEY2.rst b/Misc/NEWS.d/next/Windows/2018-12-28-07-25-47.bpo-35596.P9CEY2.rst new file mode 100644 index 0000000..3ce90f6 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2018-12-28-07-25-47.bpo-35596.P9CEY2.rst @@ -0,0 +1 @@ +Fix vcruntime140.dll being added to embeddable distro multiple times. |