← Back to team overview

agesys-dev team mailing list archive

[Bug 582124] Re: mysql_stmt_fetch() doesn`t release GIL

 

Simple oversight. Will be fixed in the next release.

** Changed in: oursql
   Importance: Undecided => Low

** Changed in: oursql
    Milestone: None => 0.9.3

** Changed in: oursql
       Status: New => In Progress

-- 
mysql_stmt_fetch() doesn`t release GIL
https://bugs.launchpad.net/bugs/582124
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.

Status in oursql python bindings for mysql: In Progress

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?





References