]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114894: add array.array.clear() method (#114919)
authorMike Zimin <122507876+mikeziminio@users.noreply.github.com>
Sat, 10 Feb 2024 15:59:46 +0000 (19:59 +0400)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 15:59:46 +0000 (07:59 -0800)
commit9d1a353230f555fc28239c5ca1e82b758084e02a
tree55d1b4e09e8661e085c935b61fecdf84ade80ba7
parent5319c66550a6d6c6698dea75c0a0ee005873ce61
gh-114894: add array.array.clear() method (#114919)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/array.rst
Doc/whatsnew/3.13.rst
Lib/test/test_array.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2024-02-02-15-50-13.gh-issue-114894.DF-dSd.rst [new file with mode: 0644]
Modules/arraymodule.c
Modules/clinic/arraymodule.c.h