diff options
author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2018-07-31 02:11:50 +0500 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2018-07-31 00:11:50 +0300 |
commit | b229b072a9e972905883da5e9eed1f22ab81c7b7 (patch) | |
tree | 66456488e4bea2a077ec33587d3fa39e4ae6bc88 /Python/ceval.c | |
parent | 9045199c5aaeac9b52537581be127d999b5944ee (diff) | |
download | cpython-git-b229b072a9e972905883da5e9eed1f22ab81c7b7.tar.gz |
Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)
This list is never used: if detect_types is on, this list will be
replaced with another one before row_cast_map is used, if
detect_types is off, row_cast_map is not used at all.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions