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
They say "use the typechecked decorator", but I believe we were using check_argument_types because we could have it in an assert line which could be disabled by users when python is invoked with -O.
... which breaks PSI/J.
They say "use the typechecked decorator", but I believe we were using check_argument_types because we could have it in an assert line which could be disabled by users when python is invoked with
-O.