mysql_stmt_fetch() doesn`t release GIL
Bug #582124 reported by
vkuhta
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oursql |
Fix Committed
|
Low
|
Aaron Gallagher |
Bug Description
Hi, I found that mysql call mysql_stmt_fetch() doesn`t have wrapper with GIL release before make call. Has it done purposely or not?
We have a problem with blocking GIL in this call. Could you please answer how we could avoid this?
Related branches
Changed in oursql: | |
assignee: | nobody → Aaron Gallagher (habnabit) |
Changed in oursql: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Simple oversight. Will be fixed in the next release.