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
The fact that the functions are still implemented in c and not in pure python is, in my opinion, not the best strategy. This is ESPECIALLY because the functions often simply return null in c if some kind of error occurred. In python, it is best that exceptions are raised when errors happen, that way you can tell what the actual problem is.
The text was updated successfully, but these errors were encountered:
The fact that the functions are still implemented in c and not in pure python is, in my opinion, not the best strategy. This is ESPECIALLY because the functions often simply return null in c if some kind of error occurred. In python, it is best that exceptions are raised when errors happen, that way you can tell what the actual problem is.
The text was updated successfully, but these errors were encountered: