]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24234: Implement bytes.__bytes__ (GH-27901)
authorDong-hee Na <donghee.na@python.org>
Mon, 23 Aug 2021 10:01:51 +0000 (10:01 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 10:01:51 +0000 (19:01 +0900)
commit24b63c695ae0a95b06379eaadace66735abac1e2
tree8bc8bbc38511c504860b494e125c232f51457638
parent6082bb5addab93755ab6e2bd2ed6021b391e10d1
bpo-24234: Implement bytes.__bytes__ (GH-27901)
Doc/whatsnew/3.11.rst
Lib/test/test_bytes.py
Lib/test/test_typing.py
Misc/NEWS.d/next/Core and Builtins/2021-08-23-10-36-55.bpo-24234.MGVUQi.rst [new file with mode: 0644]
Objects/bytesobject.c
Objects/clinic/bytesobject.c.h
Tools/clinic/clinic.py