ryanjoneil / python-zibopt

Automatically exported from code.google.com/p/python-zibopt
2 stars 1 forks source link

do proper reference counting at the c level #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PyObjects at the extension level do not handle reference counting yet.  For 
instance, constraint instances reference a scip instance, but do not increment 
its reference count.

This will only cause problems if the API is hideously abused, but it's still 
worth testing and fixing.

Original issue reported on code.google.com by ryanjoneil on 15 Jul 2011 at 12:59