You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One slightly annoying issue is that I like to set attributes to None in
close() after they've been closed. But this requires marking their types
as Optional, which requires checking that they are not None where they
are used. A well-polished API would check and raise a "closed"
exception. For now, we just assert.
This also fixes#278.
staticx/staticx/api.py
Lines 239 to 240 in 2a8214e
libname
is not defined in_handle_lib_symlinks()
.This seems to have been broken during refactoring in a6b7763.
The text was updated successfully, but these errors were encountered: