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__()``.
S
Serhiy Storchaka committed
0b419b791077414bbc011a412698ebb362b63761
Parent: dcfaa52
Committed by GitHub <noreply@github.com>
on 9/17/2020, 7:35:44 AM