]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146238: Add missing tests for 'e', 'Zf' and 'Zd' array type codes in test_buffer...
authorSergey B Kirpichev <skirpichev@gmail.com>
Wed, 6 May 2026 13:14:49 +0000 (16:14 +0300)
committerGitHub <noreply@github.com>
Wed, 6 May 2026 13:14:49 +0000 (15:14 +0200)
commitffa4d47abdbf38bb5d022d2e37949226cdff7198
treeda889729a27a8af53353eec903203a2820beded9
parent0b75b7338d3a85199396404106aa011559c9c250
gh-146238: Add missing tests for 'e', 'Zf' and 'Zd' array type codes in test_buffer (#149345)

This amends e79fd60.  I'll not fix this for 'F'/'D' complex types as
they might be removed.
Lib/test/test_buffer.py