From: Matus Valo Date: Sun, 26 Feb 2023 20:01:16 +0000 (+0100) Subject: Update changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9344%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update changelog --- diff --git a/doc/build/changelog/unreleased_20/9343.rst b/doc/build/changelog/unreleased_20/9343.rst new file mode 100644 index 0000000000..67abf1c4d0 --- /dev/null +++ b/doc/build/changelog/unreleased_20/9343.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: cextensions, performance + :tickets: 9343 + + Cython cdef optimized variable is used in the resultproxy.pyx file instead of the python global variable ``KEY_OBJECTS_ONLY``. + Using the cdef variable allows to avoid Python API calls during comparision yielding slightly faster getattr of the ``BaseRow`` class.