Skip to content

Commit ad832bd

Browse files
zydtigerpicnixz
andauthored
Update Misc/NEWS.d/next/Library/2025-05-19-20-59-06.gh-issue-134209.anhTcF.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent dfd210d commit ad832bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
The :meth:`curses.window.instr` and :meth:`curses.window.getstr` allocate its internal buffer on the heap instead of the stack. Increased its max buffer size to 2047 from of 1023, documenting the limit.
1+
:mod:`curses`: The :meth:`curses.window.instr` and :meth:`curses.window.getstr`
2+
methods now allocate their internal buffer on the heap instead of the stack;
3+
in addition, the max buffer size is increased from 1023 to 2047.

0 commit comments

Comments
 (0)