mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-16 07:54:09 +02:00
include verify gil step and validated python version
This commit is contained in:
parent
3005a75a7a
commit
33f472dc21
2 changed files with 56 additions and 83 deletions
3
__tests__/verify-freethread.py
Normal file
3
__tests__/verify-freethread.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