This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-python
Watch
1
Star
0
Fork
0
Code
Activity
Files
022f9550dd50acbc9130df48fc2e96a0dda47698
setup-python
/
__tests__
/
verify-freethreaded.py
T
3 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
Add e2e Testing for free threaded and Bump @action/cache from 4.0.0 to 4.0.3 (
#1056
)
2025-03-24 21:49:17 +05:30
import
sys
if
__name__
==
'__main__'
:
print
(
f
"Using GIL:
{
sys
.
_is_gil_enabled
()
}
\n
"
)
Copy Permalink