diff options
author | Hai Shi <shihai1992@gmail.com> | 2019-10-21 06:31:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-10-21 06:31:46 (GMT) |
commit | 06cd5b6acd98205adae1a3ea4223e88f38ad55ab (patch) | |
tree | d4885a7094f79264d7a714c3b5f8d4cad813d16f /Misc | |
parent | 74142078b3b78fea7b4cd791e5c577c0c0964eb7 (diff) | |
download | cpython-06cd5b6acd98205adae1a3ea4223e88f38ad55ab.zip cpython-06cd5b6acd98205adae1a3ea4223e88f38ad55ab.tar.gz cpython-06cd5b6acd98205adae1a3ea4223e88f38ad55ab.tar.bz2 |
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-10-19-12-44-13.bpo-38465.V1L8c4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-10-19-12-44-13.bpo-38465.V1L8c4.rst b/Misc/NEWS.d/next/Core and Builtins/2019-10-19-12-44-13.bpo-38465.V1L8c4.rst new file mode 100644 index 0000000..4f77ebb --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-10-19-12-44-13.bpo-38465.V1L8c4.rst @@ -0,0 +1 @@ +:class:`bytearray`, :class:`~array.array` and :class:`~mmap.mmap` objects allow now to export more than 2**31 buffers at a time.
\ No newline at end of file |