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
drop PyErr in do_init while still holding the GIL (#157)
This avoids `Cannot drop pointer into Python heap without the GIL being held`
errors which tend to prevent the real error from being printed.
Fixes#156
Signed-off-by: Joel Dice <[email protected]>
0 commit comments