mirror of https://github.com/python/cpython
gh-115254: Fix `test_property` with `-00` mode (#115255)
This commit is contained in:
parent
3a5b38e3b4
commit
b70a68fbd6
|
@ -224,6 +224,7 @@ class PropertySubSlots(property):
|
||||||
|
|
||||||
class PropertySubclassTests(unittest.TestCase):
|
class PropertySubclassTests(unittest.TestCase):
|
||||||
|
|
||||||
|
@support.requires_docstrings
|
||||||
def test_slots_docstring_copy_exception(self):
|
def test_slots_docstring_copy_exception(self):
|
||||||
# A special case error that we preserve despite the GH-98963 behavior
|
# A special case error that we preserve despite the GH-98963 behavior
|
||||||
# that would otherwise silently ignore this error.
|
# that would otherwise silently ignore this error.
|
||||||
|
|
Loading…
Reference in New Issue