]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Oct 2018 05:15:12 +0000 (22:15 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 05:15:12 +0000 (22:15 -0700)
commit86a0f222cedc580413dd25d3565beef51ee24e5b
treec11858fe62bc7b9dbff5395c49248168aaee2821
parent9bdadc163f306ddb4659c6732ea24401957488db
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)

(cherry picked from commit 53835e92d315340444e3dd083b3f69a590b00e07)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/termios.c