[CONPY-222] del cursor after cursor.close() raises exception Created: 2022-08-27 Updated: 2022-08-27 Resolved: 2022-08-27 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | 1.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Python Version: | 3.10 |
| Description |
|
When deleting a cursor via del cursor and the cursor was closed before, an exception will be thrown: >>> import mariadb Same issue was reported on Stackoverflow |