]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96610)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Oct 2022 12:44:05 +0000 (05:44 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 12:44:05 +0000 (05:44 -0700)
commit4aa93afd6ef377c22cf9a8505a392f071ea4bc0e
tree5bff67b76282e78b8903aa695cff4a49128a2100
parent1144cf64d8d668bd6a6a8eebe5790eb47f654ec5
gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96610)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit e39ae6bef2c357a88e232dcab2e4b4c0f367544b)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_long.py