New submission from Erlend E. Aasland <erlend.aasl...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue46874> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com