[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
More information about the Python-Dev mailing list
Mon Jun 1 18:52:03 CEST 2015
- Previous message (by thread): [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc
- Next message (by thread): [Python-Dev] [Python-checkins] peps: We have a 3.6 release PEP.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc
- Next message (by thread): [Python-Dev] [Python-checkins] peps: We have a 3.6 release PEP.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list