Skip to content

Commit 73d41a9

Browse files
ashm-devvstinner
andauthored
Update Lib/test/test_operator.py
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 076c0cd commit 73d41a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_operator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def return_arguments(self, *args, **kwds):
513513
self.assertEqual(f(a), (many_positional_arguments, many_kw_arguments))
514514

515515
def test_methodcaller_cyclic_gc(self):
516+
# gh-156762: Check for undefined behavior on calling methodcaller_clear()
516517
operator = self.module
517518

518519
class C:

0 commit comments

Comments
 (0)