]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Skip test as cpython_only that checks whether setattr interns the attribute or not...
authorCF Bolz-Tereick <cfbolz@gmx.de>
Sat, 31 May 2025 11:38:05 +0000 (13:38 +0200)
committerGitHub <noreply@github.com>
Sat, 31 May 2025 11:38:05 +0000 (13:38 +0200)
commitaf0d3268d9ae6090877c276c12ee6712b56578e7
treedd5cbd1cab8b78c98a3844d6b08370092a84908e
parentc81446af1dbf3c84bfd4ed604c245dd40463fd3a
Skip test as cpython_only that checks whether setattr interns the attribute or not (#134972)

Skip test that checks whether setattr interns the attribute or not

The details of when a string is being interned or not is implementation
dependent.
Lib/test/test_class.py