mirror of https://github.com/python/cpython.git
[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
|
@ -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…
Reference in New Issue