summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-01-02 16:38:47 (GMT)
committerGitHub <noreply@github.com>2021-01-02 16:38:47 (GMT)
commit75bf107c62fbdc00af51ee4f6ab69df4bd201104 (patch)
tree425c069dc5f77c34205ff830296ab9d01a15d271 /Misc/NEWS.d/next/Core and Builtins
parent49cd68fb1ed4cbaf109308c0a7c8c1efcf6f3775 (diff)
downloadcpython-75bf107c62fbdc00af51ee4f6ab69df4bd201104.zip
cpython-75bf107c62fbdc00af51ee4f6ab69df4bd201104.tar.gz
cpython-75bf107c62fbdc00af51ee4f6ab69df4bd201104.tar.bz2
bpo-40077: Convert arraymodule to use heap types and establish module state (GH-23124)
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-11-03-13-46-10.bpo-40077.NfAIdj.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-03-13-46-10.bpo-40077.NfAIdj.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-03-13-46-10.bpo-40077.NfAIdj.rst
new file mode 100644
index 0000000..40c5511
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-03-13-46-10.bpo-40077.NfAIdj.rst
@@ -0,0 +1 @@
+Convert :mod:`array` to use heap types, and establish module state for these.