mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-115254: Fix test_property
with -00
mode (GH-115255) (#115261)
gh-115254: Fix `test_property` with `-00` mode (GH-115255)
(cherry picked from commit b70a68fbd6
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
d19f0674ae
commit
f036b357b2
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,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