We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f435ed commit 3c72014Copy full SHA for 3c72014
.github/workflows/ci-test.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: Display Python and key module versions
134
run: |
135
python --version --version
136
- python -c "import sysconfig; print('GIL IS ENABLED: ', sysconfig.get_config_vars().get('Py_GIL_DISABLED', 'not defined'));"
+ python -c "import sysconfig; print('GIL IS DISABLED: ', sysconfig.get_config_vars().get('Py_GIL_DISABLED', 'not defined'));"
137
python -c "import sqlite3; print('sqlite version: ', sqlite3.sqlite_version)"
138
python -c "import setuptools; print('setuptools version: ', setuptools.__version__);"
139
0 commit comments