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
to detect C/C++ data races in concurrent systems. This tool can help to reveal free-threading
278
278
related bugs in CPython and foundational packages (e.g. `numpy`).
279
-
In this section we provide the commands to build free-threading compatible CPython and packages with TSAN and other hints to discover potential data races.
279
+
In this section we provide the commands to build a free-threading compatible
280
+
CPython interpreter and packages with TSAN and other hints to discover
- Configure and build the interpreter. Below instructions are for Linux (Windows and macOS may require some changes). We skip the instructions on how to install Clang compiler.
291
+
- Configure and build the interpreter. Below instructions are for Linux
292
+
(Windows and macOS may require some changes). We skip the instructions on how
0 commit comments