]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again
authorAndrew Kuchling <amk@amk.ca>
Sat, 22 Jun 2013 16:33:05 +0000 (12:33 -0400)
committerAndrew Kuchling <amk@amk.ca>
Sat, 22 Jun 2013 16:33:05 +0000 (12:33 -0400)
commitaa6c297316a62baed42f10508cf21d781b0fbee4
tree992a09204b27e988360e928a838056823d15684d
parent22b4b4cef4a4ed290d4c4941674f4e472f6bc3dc
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again

Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit.
Lib/test/test_curses.py
Modules/_curses_panel.c