diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-17 07:57:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 07:57:07 (GMT) |
commit | f76a3889d1fc6c5514323866a047b642c6da4e9b (patch) | |
tree | e93c1ec627a4d318f53537de3c843e96136cbb0d /Python/codecs.c | |
parent | a9ba8ba9a71f3cb8d274c354ff67b6206abeb8ac (diff) | |
download | cpython-f76a3889d1fc6c5514323866a047b642c6da4e9b.zip cpython-f76a3889d1fc6c5514323866a047b642c6da4e9b.tar.gz cpython-f76a3889d1fc6c5514323866a047b642c6da4e9b.tar.bz2 |
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
* When the parameters argument is a list, correctly handle the case
of changing it during iteration.
* When the parameters argument is a custom sequence, no longer
override an exception raised in ``__len__()``.
(cherry picked from commit 0b419b791077414bbc011a412698ebb362b63761)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions