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
I've had a couple of builds fail because of segfaults on PyPy on Travis.
It's possible that this is due to thread-unsafe behaviour that we're planning to remove, but it's doesn't seem to ever be an issue with CPython so I'm going to just switch back to using CPython on Travis for now. We can trying switching back to PyPy once we address potential concurrency issues.
The text was updated successfully, but these errors were encountered:
I've had a couple of builds fail because of segfaults on PyPy on Travis.
It's possible that this is due to thread-unsafe behaviour that we're planning to remove, but it's doesn't seem to ever be an issue with CPython so I'm going to just switch back to using CPython on Travis for now. We can trying switching back to PyPy once we address potential concurrency issues.
The text was updated successfully, but these errors were encountered: