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

Rename files

This commit is contained in:
priya-kinthali 2025-03-19 18:25:53 +05:30
parent 33f472dc21
commit 9cff3cfef0
3 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,3 @@
import sys
if __name__ == '__main__':
print(f"Using GIL: {sys._is_gil_enabled()}\n")