Commit 0dfae70
authored
### 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 654fb28 commit 0dfae70
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6286 | 6286 | | |
6287 | 6287 | | |
6288 | 6288 | | |
| 6289 | + | |
6289 | 6290 | | |
6290 | | - | |
6291 | 6291 | | |
6292 | 6292 | | |
6293 | 6293 | | |
| |||
0 commit comments