mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2026-07-11 03:25:27 +00:00
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`). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| arm64_const.py | ||
| arm_const.py | ||
| m68k_const.py | ||
| mips_const.py | ||
| sparc_const.py | ||
| unicorn.py | ||
| unicorn_const.py | ||
| x86_const.py | ||