Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-108223: Add [NOGIL] marker to sys.version
If Python was configured with --disable-gil, add " [NOGIL]" suffix to sys.version. It should help users to check if they are running a regular Python build with a GIL, or a custom Python build with the new experimental no GIL.
- Loading branch information