Commit 147bcd6
committed
### Rationale for this change
With Cython 3.3.0.a0 this failed. After some discussion it seems that this should have always had to require the GIL.
### What changes are included in this PR?
Moving statement out of the `with nogil` context manager.
### Are these changes tested?
Existing CI builds pyarrow.
### Are there any user-facing changes?
No
* GitHub Issue: #49156
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent e4f922b commit 147bcd6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6316 | 6316 | | |
6317 | 6317 | | |
6318 | 6318 | | |
| 6319 | + | |
6319 | 6320 | | |
6320 | | - | |
6321 | 6321 | | |
6322 | 6322 | | |
6323 | 6323 | | |
| |||
0 commit comments