summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2018-07-31 02:11:50 +0500
committerBerker Peksag <berker.peksag@gmail.com>2018-07-31 00:11:50 +0300
commitb229b072a9e972905883da5e9eed1f22ab81c7b7 (patch)
tree66456488e4bea2a077ec33587d3fa39e4ae6bc88 /Python/ceval.c
parent9045199c5aaeac9b52537581be127d999b5944ee (diff)
downloadcpython-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