8000 [3.12] gh-115254: Fix `test_property` with `-00` mode (GH-115255) (#1… · python/cpython@f036b35 · GitHub
[go: up one dir, main page]

Skip to content

Commit f036b35

Browse files
[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 b70a68f) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
1 parent d19f067 commit f036b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_property.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ class PropertySubSlots(property):
245245

246246
class PropertySubclassTests(unittest.TestCase):
247247

248+
@support.requires_docstrings
248249
def test_slots_docstring_copy_exception(self):
249250
# A special case error that we preserve despite the GH-98963 behavior
250251
# that would otherwise silently ignore this error.

0 commit comments

Comments
 (0)
0