Skip to content

Commit

Permalink
Update pyconfig.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Dec 17, 2024
1 parent cf29e47 commit 705018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/config-unix/pyconfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@
#cmakedefine Py_ENABLE_SHARED

/* Define if you want to disable the GIL */
#cmakedefine Py_GIL_DISABLED
#cmakedefine Py_GIL_DISABLED 1

/* Define as the size of the unicode type. [Python 2.7] */
#cmakedefine Py_UNICODE_SIZE @Py_UNICODE_SIZE@
Expand Down

0 comments on commit 705018b

Please sign in to comment.