Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.0.8
-
None
-
3.8
Description
When executing pool.get_connection() method a crash occurs if the connection pool was already closed.
import mariadb |
 |
pool= mariadb.ConnectionPool(user="georg", database="test", pool_name="crash") |
conn= pool.get_connection() |
conn.close()
|
pool.close()
|
conn= pool._get_connection() |
Attachments
Issue Links
- relates to
-
CONPY-188 Disable methods and properties of closed objects
- Closed