Using the code in #105805 with the newly added test.test_threading.ThreadTests.test_finalize_daemon_thread_hang test enabled you can reproduce this thread sanitizer crash as follows (I used clang 18): ...
On October 25, 2022, Python 3.11 stable was released. Python 3.11 is on average 1.25x faster than 3.10 due to the introduction of Faster CPython. Faster CPython is a Python acceleration project ...
configure: error: You must get working getaddrinfo() function or pass the "--disable-ipv6" option to configure. emconfigure: error: '../../configure -C --host=wasm32 ...
Official support for free-threaded Python, and free-threaded improvements Python’s free-threaded build promises true parallelism for threads in Python programs by removing the Global Interpreter Lock ...