[CONPY-188] Disable methods and properties of closed objects Created: 2021-12-19 Updated: 2022-01-18 Resolved: 2022-01-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.9, 1.1.0b2 |
| Fix Version/s: | 1.0.10, 1.1.0rc1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Python Version: | 3.10 | ||||||||
| Description |
|
This is related to When an object (pool, connection, cursor) was closed, a call to any method or property of this object should throw an exception, since the associated resources were already freed. |