mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 13:43:47 +00: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