log configmix/_speedups.c @ 622:8d2d5d54ff3c

age author description
Thu, 13 Jan 2022 17:38:57 +0100 Franz Glasner FIX: Handle KeyErrors in fast_getvar_s() properly within its function frame
Wed, 12 Jan 2022 13:44:12 +0100 Franz Glasner Use py_object_is when comparing to MISSING
Wed, 12 Jan 2022 09:06:43 +0100 Franz Glasner Prototype declaration with paremeter names
Wed, 12 Jan 2022 01:06:54 +0100 Franz Glasner Wording in comment
Wed, 12 Jan 2022 01:04:24 +0100 Franz Glasner Provide an internal version of fast_split_ns() to use an already module state available
Wed, 12 Jan 2022 00:44:02 +0100 Franz Glasner C-implementations of Configuration.getvarl_s() and Configuration.getvar()
Tue, 11 Jan 2022 21:17:06 +0100 Franz Glasner Change the external visible (and ELF-interposable) variable "_id" to "_configmix_speedups_id".
Tue, 11 Jan 2022 09:24:08 +0100 Franz Glasner Comment
Tue, 11 Jan 2022 02:50:17 +0100 Franz Glasner C-implementations for Configuration.getvarl() and Configuration.getvar_s()
Tue, 11 Jan 2022 00:52:56 +0100 Franz Glasner Split up fast_pathstr2path into internal implementation and a simple wrapper
Tue, 11 Jan 2022 00:45:33 +0100 Franz Glasner Remove the PyUnicode_Check() because it is implicitely done by the PyUnicode_GetLength() call
Mon, 10 Jan 2022 17:14:20 +0100 Franz Glasner Remove unused local "tmp2"