Skip to content

Commit 1a2fee1

Browse files
committed
Add comment for new unit test.
1 parent 63b7ae4 commit 1a2fee1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_descr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4115,6 +4115,8 @@ class E(D):
41154115
self.fail("shouldn't be able to create inheritance cycles")
41164116

41174117
def test_assign_bases_many_subclasses(self):
4118+
# This is intended to check that typeobject.c:queue_slot_update() can
4119+
# handle updating many subclasses when a slot method is re-assigned.
41184120
class A:
41194121
x = 'hello'
41204122
def __call__(self):

0 commit comments

Comments
 (0)