[CONPY-227] Replace collections.named_tuple by PyStruct_Sequence (C-Python) Created: 2022-10-09 Updated: 2023-01-23 Resolved: 2023-01-23 |
|
| 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 |
|
The used named_tuple class from collections module is
How to repeat:
Output:
Same behavior when running this script with MySQL Connector/Python, which also uses collections.named_tuple. |
| Comments |
| Comment by Georg Richter [ 2023-01-23 ] |
|
Fixed in 1.1.5 |