mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
SF #665570, curses causes interpreter crash
The interpreter doesn't crash, but it does call exit() in libncurses. Add a note to this effect. Will backport
This commit is contained in:
parent
8ec17a0a8d
commit
e68fbc44aa
1 changed files with 2 additions and 1 deletions
|
|
@ -266,7 +266,8 @@ to the new definition.
|
|||
|
||||
\begin{funcdesc}{initscr}{}
|
||||
Initialize the library. Returns a \class{WindowObject} which represents
|
||||
the whole screen.
|
||||
the whole screen. \note{If there is an error opening the terminal,
|
||||
the underlying curses library may cause the interpreter to exit.}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{isendwin}{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue