[Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc
Antoine Pitrou
solipsis at pitrou.net
Mon Jun 1 18:52:03 CEST 2015
On Mon, 01 Jun 2015 12:09:37 -0400
Benjamin Peterson <benjamin at python.org> wrote:
>
> I thought all the slots were supposed to be available through the stable
> ABI, since you need them to properly define c types.
You're right, I was thinking specifically about the ABI versioning
issues (which I exposed in my reply to Petr).
Regards
Antoine.
More information about the Python-Dev
mailing list