[3.11] gh-115254: Fix `test_property` with `-00` mode (GH-115255) (#115262)

(cherry picked from commit b70a68fbd6)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
Miss Islington (bot) 2024-02-11 08:58:51 +01:00 committed by GitHub
parent f4146a220e
commit 7f2a19eb75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ class PropertySubSlots(property):
class PropertySubclassTests(unittest.TestCase):
@support.requires_docstrings
def test_slots_docstring_copy_exception(self):
try:
class Foo(object):