]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 13 Aug 2021 10:36:22 +0000 (13:36 +0300)
committerGitHub <noreply@github.com>
Fri, 13 Aug 2021 10:36:22 +0000 (12:36 +0200)
commita2ce538e16d5e3a6168704366bdd7a8c5af29881
treee8a7984f05fcf962e9bb2a66deba562ff4896de8
parent7bf28cbb4bf37fa6bdfc2d3f8a3939066b3f8f22
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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]