]> 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:17:45 +0000 (22:17 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 05:17:45 +0000 (22:17 -0700)
commitf00703d29438b5f2e9524b04a247167f042a50ef
tree13e766c4a0886fc07acdf881704fa5130cb14c53
parent1a3f18e2c58367157d904f5c077ccf5a3e076f7d
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