[CONPY-83] DB Connection pool Created: 2020-07-07 Updated: 2020-07-07 Resolved: 2020-07-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | 1.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefko | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In mariadb_connection.c: MrdbConnection_close does not increment references to Py_None. This leads to de-reference a null object error after some number of get_connection/close connection of the pool. Replacing (line 580) with fixes the problem. |
| Comments |
| Comment by Georg Richter [ 2020-07-07 ] |
|
Thank you for your bug report. This issue has beed fixed in commit ee1e81afa5c16d398f75e78f9d7be97343a57b81 |