mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
gh-115254: Fix test_property
with -00
mode (#115255)
This commit is contained in:
parent
3a5b38e3b4
commit
b70a68fbd6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue