4
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-11-07 05:26:56 +00:00
setup-python/__tests__/verify-freethreaded.py
priya-kinthali 9cff3cfef0 Rename files
2025-03-19 18:25:53 +05:30

3 lines
No EOL
88 B
Python

import sys
if __name__ == '__main__':
print(f"Using GIL: {sys._is_gil_enabled()}\n")