More tweaks for reference counting in tests with binding=True (GH-3352)
It looks like different Python versions will now generate different reference counts during function calls to CyFunction (due to vectorcall). Disabled binding for the `get_refcount` function (since it really doesn't need this complication) and made one test relative instead of absolute. Hopefully this fixes the remaining reference counting mismatches on the enable_binding branch.
Showing
Please register or sign in to comment