[CONPY-130] DeprecationWarning: builtin type Row has no __module__ attribute Created: 2020-11-14 Updated: 2020-11-16 Resolved: 2020-11-16 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.4 |
| Fix Version/s: | 1.0.5 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The unit test suite generates a warning in test_cursor.py line 322: "DeprecationWarning: builtin type Row has no _module_ attribute This is caused by #17941: Since Python 3.6 the sequence description of a sequence type should contain the module name: Instead of "Row" the sequence description must be "mariadb.Row". |
| Comments |
| Comment by Georg Richter [ 2020-11-16 ] |
|
fixed in rev. 4a5d02a1b1cfc5c06ea32892630cbce0e9ba3057 |