comparison configmix/_speedups.c @ 612:f797f798edfb

Wording in comment
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Jan 2022 01:06:54 +0100
parents db5a20f18030
children 7e480a32d9d5
comparison
equal deleted inserted replaced
611:db5a20f18030 612:f797f798edfb
16 static const char release[] = "|VCSRevision|"; 16 static const char release[] = "|VCSRevision|";
17 static const char date[] = "|VCSJustDate|"; 17 static const char date[] = "|VCSJustDate|";
18 18
19 19
20 /* 20 /*
21 * Module state holds pre-created some objects 21 * Module state holds some pre-created objects
22 */ 22 */
23 struct speedups_state { 23 struct speedups_state {
24 PyObject *DOT; 24 PyObject *DOT;
25 PyObject *QUOTE; 25 PyObject *QUOTE;
26 PyObject *NS_SEPARATOR; 26 PyObject *NS_SEPARATOR;