SIGN IN SIGN UP

gh-105751: test_ctypes avoids the operator module (GH-105797)

* Replace operator.delitem(obj, index) with "del obj[index]".
* Replace operator.setitem(obj, index, value) with
  "obj[index] = value".
* Replace delattr(obj, "attr) with "del obj.attr".
* Replace grc() with sys.getrefcount() for readability.
V
Victor Stinner committed
5ab13c5f97aa5226c49052f1ad19a8c97a3d7cdf
Parent: e7507bd
Committed by GitHub <noreply@github.com> on 6/14/2023, 9:29:05 PM