Skip to content

[3.9] bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)#22289

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-0b419b7-3.9
Sep 17, 2020
Merged

[3.9] bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)#22289
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-0b419b7-3.9

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 17, 2020

Copy link
Copy Markdown
Contributor
  • 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 0b419b7)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue41662

* 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 0b419b7)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit f76a388 into python:3.9 Sep 17, 2020
@miss-islington miss-islington deleted the backport-0b419b7-3.9 branch September 17, 2020 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants