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 9a3b1c2 commit 3520514Copy full SHA for 3520514
Modules/_datetimemodule.c
@@ -7327,8 +7327,6 @@ clear_state(datetime_state *st)
7327
PyStatus
7328
_PyDateTime_InitTypes(PyInterpreterState *interp)
7329
{
7330
- PyDateTime_DateTimeType.tp_base = &PyDateTime_DateType;
7331
-
7332
/* Bases classes must be initialized before subclasses,
7333
* so capi_types must have the types in the appropriate order. */
7334
for (size_t i = 0; i < Py_ARRAY_LENGTH(capi_types); i++) {
0 commit comments