Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/_speedups.c @ 605:776dc94b4ef7
Comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 11 Jan 2022 09:24:08 +0100 |
| parents | e55a42144ba9 |
| children | 9ad860d6ddc9 |
comparison
equal
deleted
inserted
replaced
| 604:be25b1ae693d | 605:776dc94b4ef7 |
|---|---|
| 1256 return _fast_getvarl(config, path, namespace, default_, sstate); | 1256 return _fast_getvarl(config, path, namespace, default_, sstate); |
| 1257 } | 1257 } |
| 1258 | 1258 |
| 1259 | 1259 |
| 1260 /** | 1260 /** |
| 1261 * Mixture of py_getvar_s and _py_getvar_s_with_cache_info | 1261 * Combination of py_getvar_s and _py_getvar_s_with_cache_info |
| 1262 */ | 1262 */ |
| 1263 static | 1263 static |
| 1264 PyObject * | 1264 PyObject * |
| 1265 _fast_getvar_s(PyObject *config, PyObject *varname, PyObject *default_, PyObject *self, struct speedups_state *sstate, int *cacheable) | 1265 _fast_getvar_s(PyObject *config, PyObject *varname, PyObject *default_, PyObject *self, struct speedups_state *sstate, int *cacheable) |
| 1266 { | 1266 { |
