]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
authorZackery Spytz <zspytz@gmail.com>
Sun, 17 Nov 2019 17:10:13 +0000 (10:10 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Nov 2019 17:10:13 +0000 (19:10 +0200)
commit2bc343417a4de83fa6998ff91303877734ecd366
tree9342f53fa9415e22c1ccb7d73d08190547406fd1
parent111772fc27cfe388bc060f019d68a3e33481ec65
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)

Return None instead of 1.
Misc/NEWS.d/next/Library/2019-11-16-22-56-51.bpo-36589.0Io76D.rst [new file with mode: 0644]
Modules/_cursesmodule.c
Modules/clinic/_cursesmodule.c.h