Files
favicon-trap/bindings/python/unicorn
Benno Fünfstück b0b5f8442d python: Fix exception in finalizer at exit (#873)
Sometimes, the finalizer for an `UcRef` runs so late that the members of the
module have already been set to `None`. We need to make sure that we don't
depend on anything in the module, or we risk getting a Exception when we try
to access the `release_handle` method of `None` (`Uc`).
2017-09-15 22:21:25 +07:00
..
2016-03-06 21:21:39 +08:00
2017-01-25 12:00:18 +08:00
2015-08-23 21:56:24 -07:00
2017-05-21 09:47:02 +08:00