agesys-dev team mailing list archive
-
agesys-dev team
-
Mailing list archive
-
Message #00007
[Bug 582124] [NEW] mysql_stmt_fetch() doesn`t release GIL
Public bug reported:
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?
** Affects: oursql
Importance: Undecided
Status: New
--
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: New
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?
Follow ups
References