hercules-team / python-augeas

Python bindings for Augeas
GNU Lesser General Public License v2.1
44 stars 31 forks source link

correctly close Augeas instance when ffi handle is garbage collected #55

Closed FelixSchwarz closed 2 years ago

FelixSchwarz commented 2 years ago

Previously the lambda would only return a reference to self.close but would not actually execute the .close() method. This bug was introduced in commit bd62d096.