mirror of
https://gitea.com/actions/setup-python.git
synced 2025-05-01 04:56:46 +08:00
3 lines
88 B
Python
3 lines
88 B
Python
![]() |
import sys
|
||
|
if __name__ == '__main__':
|
||
|
print(f"Using GIL: {sys._is_gil_enabled()}\n")
|