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:
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