We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528882d commit 72991c2Copy full SHA for 72991c2
Modules/_datetimemodule.c
@@ -192,7 +192,7 @@ _get_current_state(PyObject **p_mod)
192
Py_DECREF(spec);
193
194
/* The module will be held by heaptypes. Prefer
195
- /* it not to be cached in the interp-dict. */
+ * it not to be cached in the interp-dict. */
196
if (PyModule_ExecDef(mod, &datetimemodule) < 0) {
197
return NULL;
198
}
0 commit comments