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
There are a number of calls to eval() in SAv1PersistentImplementation.modify_membership that could and should be replaced by getattr(). Using getattr() would be safer and faster.
The text was updated successfully, but these errors were encountered:
There are a number of calls to
eval()
inSAv1PersistentImplementation.modify_membership
that could and should be replaced bygetattr()
. Usinggetattr()
would be safer and faster.The text was updated successfully, but these errors were encountered: