mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.11] gh-115254: Fix test_property with -00 mode (GH-115255) (#115262)
(cherry picked from commit b70a68fbd6)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
f4146a220e
commit
7f2a19eb75
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue