gilectomy
gilectomy copied to clipboard
Remote headers
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.
I apologize for introducing conflicts into your merge request. But the whole platform abstraction was icky cubed.
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).