This website requires JavaScript.
Explore
Help
Sign In
root
/
setup-python
Watch
1
Star
0
Fork
You've already forked setup-python
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5db1cf9a59
setup-python
/
__tests__
/
verify-freethreaded.py
3 lines
88 B
Python
Raw
Blame
History
import
sys
if
__name__
==
'
__main__
'
:
print
(
f
"
Using GIL:
{
sys
.
_is_gil_enabled
(
)
}
\n
"
)
Reference in New Issue
View Git Blame
Copy Permalink