]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Nov 2017 19:24:00 +0000 (12:24 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Nov 2017 19:24:00 +0000 (21:24 +0200)
commitb694770a2b23cd485c98bf673a8b2dc1a865d9df
tree399e37592ad00fb56f5964eb0bba53f106571976
parentce51890894be46f8f9d991a1d0ea1455fc41ccdc
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222)

(cherry picked from commit 4f469c096628af730b17798d0ebfd8925bfde836)
Lib/test/test_curses.py
Misc/NEWS.d/next/Library/2017-11-01-18-13-42.bpo-27666.j2zRnF.rst [new file with mode: 0644]
Modules/_cursesmodule.c