Control: clone -1 -2
Control: reassign -2 python3-cffi-backend
Control: found -2 python3-cffi-backend/1.15.1-3+b1

> I simplified that down even further to this in python-cffi:
> 
> from cffi import FFI
> ffi = FFI()
> p = ffi.new("int *", 123)
> ffi.gc(p, lambda x: None)

Let's track this separately

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272

Reply via email to