On Wed, Apr 26, 2017 at 10:38 PM, Cem Karan wrote:
>
> On Apr 24, 2017, at 8:54 PM, Jon Ribbens
> wrote:
>
> > On 2017-04-24, CFK wrote:
> >> Long version: I'm trying to write bindings for python via ctypes to
> control
> >> a library written in C that uses the bdwgc garbage collector (
> >> ht
On Thu, Apr 27, 2017 at 8:55 PM, CFK wrote:
>
> I'm still working on fixing the battle of the garbage collectors, but as a
> part of that work I've realized that it would be handy for me to subclass
> various ctypes like so:
>
> """
> from ctypes import *
> class foo(c_uint64):
> def __init__(
On Wed, Apr 26, 2017 at 10:38 PM, Cem Karan wrote:
>
> On Apr 24, 2017, at 8:54 PM, Jon Ribbens
> wrote:
>
> > On 2017-04-24, CFK wrote:
> >> Long version: I'm trying to write bindings for python via ctypes to
> control
> >> a library written in C that uses the bdwgc garbage collector (
> >> ht
On Apr 24, 2017, at 8:54 PM, Jon Ribbens wrote:
> On 2017-04-24, CFK wrote:
>> Long version: I'm trying to write bindings for python via ctypes to control
>> a library written in C that uses the bdwgc garbage collector (
>> http://www.hboehm.info/gc/). The bindings mostly work, except for when
On Apr 24, 2017, at 8:54 PM, Jon Ribbens wrote:
> On 2017-04-24, CFK wrote:
>> Long version: I'm trying to write bindings for python via ctypes to control
>> a library written in C that uses the bdwgc garbage collector (
>> http://www.hboehm.info/gc/). The bindings mostly work, except for when
On 2017-04-24, CFK wrote:
> Long version: I'm trying to write bindings for python via ctypes to control
> a library written in C that uses the bdwgc garbage collector (
> http://www.hboehm.info/gc/). The bindings mostly work, except for when
> either bdwgc or python's garbage collector decide to
On Apr 24, 2017, at 6:59 PM, Terry Reedy wrote:
> On 4/24/2017 6:24 PM, CFK wrote:
>> TLDR version: the bdwgc garbage collector (http://www.hboehm.info/gc/) and
>> python's collector are not playing nice with one another, and I need to
>> make them work with each other.
>> Long version: I'm tryi
On 4/24/2017 6:24 PM, CFK wrote:
TLDR version: the bdwgc garbage collector (http://www.hboehm.info/gc/) and
python's collector are not playing nice with one another, and I need to
make them work with each other.
Long version: I'm trying to write bindings for python via ctypes to control
a librar
TLDR version: the bdwgc garbage collector (http://www.hboehm.info/gc/) and
python's collector are not playing nice with one another, and I need to
make them work with each other.
Long version: I'm trying to write bindings for python via ctypes to control
a library written in C that uses the bdwgc