[issue43267] [sqlite3] Redundant type checks in pysqlite_statement_bind_parameter()

Erlend Egeberg Aasland report at bugs.python.org
Thu Mar 11 18:11:11 EST 2021


Erlend Egeberg Aasland <erlend.aasland at innova.no> added the comment:

$ python -m pyperf compare_to -G  main.json patched.json
Faster (1):
- bind: 63.6 us +- 1.2 us -> 61.8 us +- 0.9 us: 1.03x faster

$ git diff --shortstat master
 1 file changed, 41 insertions(+), 74 deletions(-)

----------
keywords: +patch
Added file: https://bugs.python.org/file49870/patch.diff

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43267>
_______________________________________


More information about the Python-bugs-list mailing list