[issue43852] [sqlite3] Improve tuple creation

2021-04-23 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.10 ___ Python tracker ___

[issue43852] [sqlite3] Improve tuple creation

2021-04-23 Thread Berker Peksag
Berker Peksag added the comment: New changeset e9194ea6eaa18299d6ccbd3555ce150fab0c6184 by Erlend Egeberg Aasland in branch 'master': bpo-43852: Improve tuple creation in sqlite3 (GH-25421) https://github.com/python/cpython/commit/e9194ea6eaa18299d6ccbd3555ce150fab0c6184 --

[issue43852] [sqlite3] Improve tuple creation

2021-04-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I considered rewriting this code when touched that files last time (in issue43083). But PyTuple_SetItem() newer fails in these cases, so I left it as is to minimize change. So it is a pure cosmetic change. I am not opposing it. --

[issue43852] [sqlite3] Improve tuple creation

2021-04-15 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- title: [sqlite3] Harden tuple creation -> [sqlite3] Improve tuple creation ___ Python tracker ___