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")