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 my specific case I was passing a large bytes object to glBufferStorage, but used a incorrect number of arguments. It appears that the bytes objects attempts to be displayed in the error message, which freezes Python.
The text was updated successfully, but these errors were encountered:
Only seems to cause a freeze if running in an IDLE shell. It doesn't freeze when running in a terminal, but the error message is unusable because the buffer fills up.
In my specific case I was passing a large bytes object to glBufferStorage, but used a incorrect number of arguments. It appears that the bytes objects attempts to be displayed in the error message, which freezes Python.
The text was updated successfully, but these errors were encountered: