STINNER Victor added the comment: The failing assertion means that the method raised an exception and returned a result, or failed but didn't raised an exception. According to the gdb trace, the function failed (res is NULL). You can display the current exception in gdb using: "print PyErr_Occurred()" (NULL if there is no exception).
Please run test_tcl on AIX with attached test_tkinter.patch applied. ---------- Added file: http://bugs.python.org/file36530/tkinter_debug.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21951> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com