Commit 40ec8cc
committed
c-ext: declare GIL as not used
Without this, the GIL is enabled when loading the extension module since we
don't declare nogil compatibility.
Let's allow loading without the GIL so we can start testing this config.1 parent 07047b0 commit 40ec8cc
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
0 commit comments