summaryrefslogtreecommitdiffstats
path: root/Doc/faq/design.rst
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2018-07-30 21:11:50 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2018-07-30 21:11:50 (GMT)
commitb229b072a9e972905883da5e9eed1f22ab81c7b7 (patch)
tree66456488e4bea2a077ec33587d3fa39e4ae6bc88 /Doc/faq/design.rst
parent9045199c5aaeac9b52537581be127d999b5944ee (diff)
downloadcpython-b229b072a9e972905883da5e9eed1f22ab81c7b7.zip
cpython-b229b072a9e972905883da5e9eed1f22ab81c7b7.tar.gz
cpython-b229b072a9e972905883da5e9eed1f22ab81c7b7.tar.bz2
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 'Doc/faq/design.rst')
0 files changed, 0 insertions, 0 deletions