Files

3 lines
88 B
Python
Raw Permalink Normal View History

import sys
if __name__ == '__main__':
print(f"Using GIL: {sys._is_gil_enabled()}\n")