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
These are the attributes autoreload tries patching when updating a changed function. When using deduperreload (the default) it will also patch kwdefaults. imo kwdefaults should be added to func_attrs so it is patched when not using deduperreload, along with annotations and type_params which neither the old code or the new deduperreload is updating currently.