Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update the NEWS entry.
  • Loading branch information
serhiy-storchaka committed Apr 12, 2025
commit 0478d171c4f223502137ebb8bad03d5ee1d6bfed
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Keep a reference to original PyCursesWindowObject in subwindows so
that the original WINDOW does not get deleted before the subwindow
WINDOW.
Keep a reference to original :mod:`curses` windows in subwindows so
that the original window does not get deleted before subwindows.
Loading