Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
make _curses_panel.panel immutable
  • Loading branch information
picnixz committed Sep 6, 2025
commit 8db011335e99bc21231ad3dfa3559c00e418fdcb
1 change: 1 addition & 0 deletions Modules/_curses_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ static PyType_Spec PyCursesPanel_Type_spec = {
.flags = (
Py_TPFLAGS_DEFAULT
| Py_TPFLAGS_DISALLOW_INSTANTIATION
| Py_TPFLAGS_IMMUTABLETYPE
| Py_TPFLAGS_HAVE_GC
),
.slots = PyCursesPanel_Type_slots
Expand Down