[issue46874] [sqlite3] optimise user-defined functions

Erlend E. Aasland report at bugs.python.org
Sun Feb 27 08:40:10 EST 2022


New submission from Erlend E. Aasland <erlend.aasland at innova.no>:

Currently, the `step` method of user-defined functions is looked up using `PyObject_GetAttrString`. Using an interned string and `PyObject_GetAttr`, we can speed up this a little bit.

----------
components: Library (Lib)
messages: 414151
nosy: erlendaasland
priority: normal
severity: normal
status: open
title: [sqlite3] optimise user-defined functions
versions: Python 3.11

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


More information about the Python-bugs-list mailing list