Issue #23815: Fixed crashes related to directly created instances of types in
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 May 2016 17:46:22 +0000 (20:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 May 2016 17:46:22 +0000 (20:46 +0300)
commite3f1b0911e02f5108b90b9b25417a448a423da40
treea9f0a153bfdbe33f242c3dcbcb25f6b2d31afe8e
parent4c35964b764540988bfb342bffc7c4b1cb674031
Issue #23815: Fixed crashes related to directly created instances of types in
_tkinter and curses.panel modules.
Lib/test/test_curses.py
Lib/test/test_tcl.py
Misc/NEWS
Modules/_curses_panel.c
Modules/_tkinter.c