mirror of
https://github.com/actions/setup-python.git
synced 2025-07-19 02:58:21 +02:00
Rename files
This commit is contained in:
parent
33f472dc21
commit
9cff3cfef0
3 changed files with 1 additions and 1 deletions
3
__tests__/verify-freethreaded.py
Normal file
3
__tests__/verify-freethreaded.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
import sys
|
||||
if __name__ == '__main__':
|
||||
print(f"Using GIL: {sys._is_gil_enabled()}\n")
|
Loading…
Add table
Add a link
Reference in a new issue