mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-21 06:25:57 +03:00
3 lines
No EOL
88 B
Python
3 lines
No EOL
88 B
Python
import sys
|
|
if __name__ == '__main__':
|
|
print(f"Using GIL: {sys._is_gil_enabled()}\n") |