]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH...
authorNikita Sobolev <mail@sobolevn.me>
Sun, 9 Oct 2022 14:02:39 +0000 (17:02 +0300)
committerGitHub <noreply@github.com>
Sun, 9 Oct 2022 14:02:39 +0000 (07:02 -0700)
commitccb56804fd4a0b6d6d21325c2dd11ef16077eca6
tree7b15cc5df8b52468028f5a0334136cb641fff2ec
parent4d7d91f941f32b167ac2eab3d393be646d4ed706
[3.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96610) (#98121)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>.
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
(cherry picked from commit e39ae6bef2c357a88e232dcab2e4b4c0f367544b)
Lib/test/test_long.py