diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-08-01 20:23:10 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-08-01 20:25:27 (GMT) |
commit | 9c7b4bd1646f2170247f88cf59936740d9c4c004 (patch) | |
tree | 9e06d89c174708fa90e9245f1f4d287a3070a403 /Misc/NEWS.d/next/Build | |
parent | 4eab100e0dc764a5b85557aa30265066d1fde72e (diff) | |
download | cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.zip cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.tar.gz cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.tar.bz2 |
Python 3.10.6v3.10.6
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst b/Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst deleted file mode 100644 index 4a14c90..0000000 --- a/Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst +++ /dev/null @@ -1 +0,0 @@ -Python now supports building with Visual Studio 2022 (MSVC v143, VS Version 17.0). Patch by Jeremiah Vivian.
\ No newline at end of file diff --git a/Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst b/Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst deleted file mode 100644 index f7ad4f8..0000000 --- a/Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst +++ /dev/null @@ -1 +0,0 @@ -Fix the possible performance regression of :c:func:`PyObject_Free` compiled with MSVC version 1932. |