summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2020-12-07 19:33:00 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2020-12-07 19:34:10 (GMT)
commit8bae2a958e8ffb306d00cebdfa1f74247ad81349 (patch)
tree840a82be9faa9f9efb5d4706c28d979840e1b5bb /Misc/NEWS.d/next/Build
parentc0afb7fa0ebd1c0e95c0760bbe75a99a8dd12ea6 (diff)
downloadcpython-8bae2a958e8ffb306d00cebdfa1f74247ad81349.zip
cpython-8bae2a958e8ffb306d00cebdfa1f74247ad81349.tar.gz
cpython-8bae2a958e8ffb306d00cebdfa1f74247ad81349.tar.bz2
Python 3.10.0a3v3.10.0a3
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2020-06-17-09-05-02.bpo-40998.sgqmg9.rst2
-rw-r--r--Misc/NEWS.d/next/Build/2020-10-19-15-41-05.bpo-42087.2AhRFP.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2020-11-12-13-45-15.bpo-38823.C0z_Fe.rst3
-rw-r--r--Misc/NEWS.d/next/Build/2020-11-13-15-04-53.bpo-41617.98_oaE.rst3
-rw-r--r--Misc/NEWS.d/next/Build/2020-11-18-11-58-44.bpo-42398.Yt5wO8.rst4
-rw-r--r--Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst1
6 files changed, 0 insertions, 14 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-06-17-09-05-02.bpo-40998.sgqmg9.rst b/Misc/NEWS.d/next/Build/2020-06-17-09-05-02.bpo-40998.sgqmg9.rst
deleted file mode 100644
index c268e4f..0000000
--- a/Misc/NEWS.d/next/Build/2020-06-17-09-05-02.bpo-40998.sgqmg9.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Addressed three compiler warnings found by undefined behavior sanitizer
-(ubsan).
diff --git a/Misc/NEWS.d/next/Build/2020-10-19-15-41-05.bpo-42087.2AhRFP.rst b/Misc/NEWS.d/next/Build/2020-10-19-15-41-05.bpo-42087.2AhRFP.rst
deleted file mode 100644
index 1a830bf..0000000
--- a/Misc/NEWS.d/next/Build/2020-10-19-15-41-05.bpo-42087.2AhRFP.rst
+++ /dev/null
@@ -1 +0,0 @@
-Support was removed for AIX 5.3 and below. See :issue:`40680`.
diff --git a/Misc/NEWS.d/next/Build/2020-11-12-13-45-15.bpo-38823.C0z_Fe.rst b/Misc/NEWS.d/next/Build/2020-11-12-13-45-15.bpo-38823.C0z_Fe.rst
deleted file mode 100644
index 4a0f11d..0000000
--- a/Misc/NEWS.d/next/Build/2020-11-12-13-45-15.bpo-38823.C0z_Fe.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-It is no longer possible to build the ``_ctypes`` extension module without
-:c:type:`wchar_t` type: remove ``CTYPES_UNICODE`` macro. Anyway, the
-:c:type:`wchar_t` type is required to build Python. Patch by Victor Stinner.
diff --git a/Misc/NEWS.d/next/Build/2020-11-13-15-04-53.bpo-41617.98_oaE.rst b/Misc/NEWS.d/next/Build/2020-11-13-15-04-53.bpo-41617.98_oaE.rst
deleted file mode 100644
index a5f35b2..0000000
--- a/Misc/NEWS.d/next/Build/2020-11-13-15-04-53.bpo-41617.98_oaE.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix building ``pycore_bitutils.h`` internal header on old clang version
-without ``__builtin_bswap16()`` (ex: Xcode 4.6.3 on Mac OS X 10.7). Patch by
-Joshua Root and Victor Stinner.
diff --git a/Misc/NEWS.d/next/Build/2020-11-18-11-58-44.bpo-42398.Yt5wO8.rst b/Misc/NEWS.d/next/Build/2020-11-18-11-58-44.bpo-42398.Yt5wO8.rst
deleted file mode 100644
index 9ab99d0..0000000
--- a/Misc/NEWS.d/next/Build/2020-11-18-11-58-44.bpo-42398.Yt5wO8.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Fix a race condition in "make regen-all" when make -jN option is used to run
-jobs in parallel. The clinic.py script now only use atomic write to write
-files. Moveover, generated files are now left unchanged if the content does not
-change, to not change the file modification time.
diff --git a/Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst b/Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst
deleted file mode 100644
index d1ec647..0000000
--- a/Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst
+++ /dev/null
@@ -1 +0,0 @@
-remove libnet dependency from detect_socket() for VxWorks