Closed
Description
Currently, there is no way to identify whether the build is free-threaded or not through python -VV
See the pyperf and pyperformance case
- no-issue: Update CI to support free-threading psf/pyperf#189
- no-issue: Improve CI for free-threading pyperformance#336
The following display would be great.
Python 3.14.0a0 (heads/main-dirty:31a28cbae0, May 17 2024, 17:30:32, default) [GCC 14.1.1 20240507 (Red Hat 14.1.1-1)]
Python 3.14.0a0 (heads/main-dirty:31a28cbae0, May 17 2024, 17:30:32, free-threading) [GCC 14.1.1 20240507 (Red Hat 14.1.1-1)]
Linked PRs
- gh-119132: Update sys.version to identify free-threaded or not. #119134
- gh-119132: Log sys._is_gil_disabled() in test.pythoninfo #119140
- [3.13] gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (GH-119140) #119143
- gh-119132: Display free-threading information through -VV #119145
- [3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-119134) #119153
Metadata
Metadata
Assignees
Labels
No labels