gilectomy icon indicating copy to clipboard operation
gilectomy copied to clipboard

Remote headers

Open Yhg1s opened this issue 8 years ago • 2 comments

Implement remote refcounts, storing a pointer to a refcount, which are allocated in blocks. The blocks aren't freed and there is no detection of refcount-value-leaks (different from refleaks) just yet. I have things in mind for both of them.

Yhg1s avatar Jun 03 '16 23:06 Yhg1s

I apologize for introducing conflicts into your merge request. But the whole platform abstraction was icky cubed.

larryhastings avatar Jun 05 '16 01:06 larryhastings

FYI, I'm still working on this, but as a patch to regular trunk first -- so that I can test it more broadly than gilectomy allows. This version of the patch has a few leaks, at least (Py_ForgetReference() isn't always called).

Yhg1s avatar Jun 21 '16 18:06 Yhg1s