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 aabe338 commit bf3d238Copy full SHA for bf3d238
Modules/_datetimemodule.c
@@ -51,7 +51,7 @@ typedef struct {
51
PyObject *epoch;
52
53
/* Extra reference to the interpreter's dict that will be decref'ed last
54
- * at shutdown. Use the dict to reserve the current module. */
+ * at shutdown. Keep the current module in the dict. */
55
PyObject *interp_dict;
56
} datetime_state;
57
0 commit comments