-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fails on FreeBSD: ld-elf.so.1: Can't find module with TLS index 1 #125
Comments
|
Hi, Do you have any idea why does threadpoolctl fail on FreeBSD? Thanks, |
|
Hi @yurivict, |
|
Is this raising a catchable Python exception or directly crashing the Python interpreter? |
|
Program exits with exit code 1 after the failure message. It doesn't crash. |
|
Did you manage to solve this problem? If so, how? |
|
Hi. According to the discussion in python/cpython#92828 Regards, |
This code:
fails on FreeBSD 13:
The text was updated successfully, but these errors were encountered: