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.
_curses_panel.panel
1 parent 53c9fe8 commit 8db0113Copy full SHA for 8db0113
1 file changed
Modules/_curses_panel.c
@@ -684,6 +684,7 @@ static PyType_Spec PyCursesPanel_Type_spec = {
684
.flags = (
685
Py_TPFLAGS_DEFAULT
686
| Py_TPFLAGS_DISALLOW_INSTANTIATION
687
+ | Py_TPFLAGS_IMMUTABLETYPE
688
| Py_TPFLAGS_HAVE_GC
689
),
690
.slots = PyCursesPanel_Type_slots
0 commit comments