This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, python-dev, serhiy.storchaka, vstinner
Date 2014-09-04.07:59:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409817545.75.0.172684796491.issue21951@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-04 07:59:05vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka, David.Edelsohn
2014-09-04 07:59:05vstinnersetmessageid: <1409817545.75.0.172684796491.issue21951@psf.upfronthosting.co.za>
2014-09-04 07:59:05vstinnerlinkissue21951 messages
2014-09-04 07:59:05vstinnercreate