1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-09 21:02:19 +02:00
setup-python/__tests__/verify-freethreaded.py

3 lines
88 B
Python
Raw Normal View History

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