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 David.Edelsohn
Recipients David.Edelsohn, python-dev, serhiy.storchaka, vstinner
Date 2014-09-04.14:22:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409840531.55.0.643785254582.issue21951@psf.upfronthosting.co.za>
In-reply-to
Content
When the failing test is re-enabled, the _tkinter patch produces the following output:

test_user_command (test.test_tcl.TclTest) ... Assertion failed: __EX, file  /home/dje/src/cpython/Modules/_tkinter.c, line 1277
Fatal Python error: Aborted

Current thread 0x00000001 (most recent call first):
  File "/home/dje/src/cpython/Lib/test/test_tcl.py", line 435 in check
  File "/home/dje/src/cpython/Lib/test/test_tcl.py", line 468 in test_user_command
  File "/home/dje/src/cpython/Lib/unittest/case.py", line 577 in run
  File "/home/dje/src/cpython/Lib/unittest/case.py", line 625 in __call__
  File "/home/dje/src/cpython/Lib/unittest/suite.py", line 125 in run
  File "/home/dje/src/cpython/Lib/unittest/suite.py", line 87 in __call__
  File "/home/dje/src/cpython/Lib/unittest/suite.py", line 125 in run
  File "/home/dje/src/cpython/Lib/unittest/suite.py", line 87 in __call__
  File "/home/dje/src/cpython/Lib/unittest/runner.py", line 168 in run
  File "/home/dje/src/cpython/Lib/test/support/__init__.py", line 1750 in _run_suite
  File "/home/dje/src/cpython/Lib/test/support/__init__.py", line 1784 in run_unittest
  File "/home/dje/src/cpython/Lib/test/test_tcl.py", line 615 in test_main
  File "/home/dje/src/cpython/Lib/test/regrtest.py", line 1280 in runtest_inner
  File "/home/dje/src/cpython/Lib/test/regrtest.py", line 978 in runtest
  File "/home/dje/src/cpython/Lib/test/regrtest.py", line 763 in main
  File "/home/dje/src/cpython/Lib/test/regrtest.py", line 1564 in main_in_temp_cwd
  File "/home/dje/src/cpython/Lib/test/__main__.py", line 3 in <module>
  File "/home/dje/src/cpython/Lib/runpy.py", line 85 in _run_code
  File "/home/dje/src/cpython/Lib/runpy.py", line 170 in _run_module_as_main
IOT/Abort trap (core dumped)
History
Date User Action Args
2014-09-04 14:22:11David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, python-dev, serhiy.storchaka
2014-09-04 14:22:11David.Edelsohnsetmessageid: <1409840531.55.0.643785254582.issue21951@psf.upfronthosting.co.za>
2014-09-04 14:22:11David.Edelsohnlinkissue21951 messages
2014-09-04 14:22:11David.Edelsohncreate