-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in recent hypothesis versions (since 6.123.5) on free-threading CPython (3.13.0) #4236
Comments
I can't reproduce locally with |
That's possible. But can you see this issue on 3.13.0t? |
See #4028 for "we'd like to test free-threading better"; might be time to enable the Note also that Hypothesis does not officially support anything except the latest patch release of any version of Python it supports, so if this only affects 3.13.0 we'll be happy to accept a PR but won't ourselves treat this as a bug in need of fixing. |
@Zac-HD, in fact I observe similar errors also on usual builds (I think only M$ Windows):
Maybe this should be reopened? |
This happened in CI jobs of https://github.com/diofant/python-gmp, that build wheels for MacOS and Windows (Linux seems not affected).
Traceback looks like this:
Test function looks like this:
Edit: this happens to be the first test, using both
min_value
andmax_value
forintegers()
strategy.The text was updated successfully, but these errors were encountered: