Skip to content

Commit

Permalink
[3.11] pythongh-115254: Fix test_property with -00 mode (pythonGH…
Browse files Browse the repository at this point in the history
…-115255) (python#115262)

(cherry picked from commit b70a68f)

Co-authored-by: Nikita Sobolev <[email protected]>
  • Loading branch information
miss-islington and sobolevn authored Feb 11, 2024
1 parent f4146a2 commit 7f2a19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7f2a19e

Please sign in to comment.