abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 23 forks source link

Make python API more pythonic #59

Open mmilata opened 11 years ago

mmilata commented 11 years ago
mmilata commented 11 years ago

Implicit getters and setters: http://docs.python.org/2.7/c-api/typeobj.html?highlight=tp_getset#PyTypeObject.tp_getset

ernestask commented 4 years ago

Or just ditch these hand-rolled bindings altogether and start using GIR.