This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
dependabot/npm_and_yarn/fast-xml-parser-5.7.1
setup-python
/
__tests__
/
verify-freethreaded.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
3 lines
88 B
Python
Raw
Permalink
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
"
)
Reference in New Issue
Copy Permalink