10000
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 7261b29 commit a7aa105Copy full SHA for a7aa1 D3E0 05
Modules/_ssl.c
@@ -436,8 +436,7 @@ static PyType_Slot sslerror_type_slots[] = {
436
static PyType_Spec sslerror_type_spec = {
437
.name = "ssl.SSLError",
438
.basicsize = sizeof(PyOSErrorObject),
439
- .flags = (Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE |
440
- Py_TPFLAGS_IMMUTABLETYPE | Py_TPFLAGS_HAVE_GC),
+ .flags = (Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE | Py_TPFLAGS_IMMUTABLETYPE),
441
.slots = sslerror_type_slots
442
};
443
0 commit comments