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
in chesslibmodule.c: make sure the data is of the right format, otherwise throw Python ValueError
in other code files: think of cases where throwing an exception would make sense (mostly cases that would be too expensive to check in the chesslibmodule.c)
think of adding checking functions for each data type making sure the data is valid
The text was updated successfully, but these errors were encountered:
Tasks:
The text was updated successfully, but these errors were encountered: