[CONPY-231] Memory Leak from cursor.fetchone() Created: 2022-10-28  Updated: 2023-01-23  Resolved: 2023-01-23

Status: Closed
Project: MariaDB Connector/Python
Component/s: Performance
Affects Version/s: 1.1.4
Fix Version/s: 1.1.5

Type: Bug Priority: Critical
Reporter: Natalie Wolfe Assignee: Georg Richter
Resolution: Fixed Votes: 1
Labels: None
Environment:

Docker image python:3.10
Host machine: Ubuntu 22.04.1


Issue Links:
Relates
relates to CONPY-118 Memory leak Closed
Python Version: 3.10.6

 Description   

The fix for CONPY-118 only moved the memory leak instead of fixing it. If you take the exact same repro script from that bug and change the line cursor.execute('SELECT NOW()') to cursor.execute('SELECT ? AS c', (counter,)) the memory leak is still present.



 Comments   
Comment by Georg Richter [ 2023-01-23 ]

Issue was fixed in v1.1.5

Generated at Thu Feb 08 03:31:13 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.