]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104223: Fix issues with inheriting from buffer classes (#104227)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 8 May 2023 16:52:41 +0000 (09:52 -0700)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 16:52:41 +0000 (09:52 -0700)
commit405eacc1b87a42e19fd176131e70537f0539e05e
treee5507b3b2b1c4266ef74b388aaf024386c37cfa0
parent874010c6cab2e079069767619af2e0eab05ad0b2
gh-104223: Fix issues with inheriting from buffer classes (#104227)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Include/cpython/memoryobject.h
Include/internal/pycore_memoryobject.h
Lib/test/test_buffer.py
Objects/bytearrayobject.c
Objects/memoryobject.c
Objects/typeobject.c