]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Aug 2021 11:04:08 +0000 (04:04 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Aug 2021 11:04:08 +0000 (04:04 -0700)
commit45a97d91a42795fb0b220e67ee25a14b940c7e50
treea6baf5ca00d4a35481c9de56735e2ffbf3d0622d
parentebc59262349d6901b825ed9101d604e826757262
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit a2ce538e16d5e3a6168704366bdd7a8c5af29881)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_bytes.py
Lib/test/test_unicode.py
Misc/NEWS.d/next/Tests/2021-08-13-12-11-06.bpo-44891.T9_mBT.rst [new file with mode: 0644]