setup-python/__tests__/verify-freethreaded.py
priya-kinthali 8d9ed9ac5c
Add e2e Testing for free threaded and Bump @action/cache from 4.0.0 to 4.0.3 (#1056)
* include freethread e2e testing and upgrade cache from 4.0.0 to 4.0.2

* include verify gil step and validated python version

* Rename files

* include ubuntu-arm runners for testing
2025-03-24 11:19:17 -05:00

3 lines
88 B
Python

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