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-freethread.py
2025-03-19 18:06:05 +05:30

3 lines
No EOL
88 B
Python

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