]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (#96610)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 6 Oct 2022 12:16:16 +0000 (15:16 +0300)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 12:16:16 +0000 (05:16 -0700)
commite39ae6bef2c357a88e232dcab2e4b4c0f367544b
treecfff7ef74a813a69f66b59fbed4728ca2473af55
parent0d68879104dfb392d31e52e25dcb0661801a0249
gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (#96610)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_long.py