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 ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner
Date 2021-01-27.11:55:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611748543.84.0.568359559103.issue42507@roundup.psfhosted.org>
In-reply-to
Content
Failure on the Ubuntu job run on my PR 24353:

https://github.com/python/cpython/pull/24353/checks?check_run_id=1776422914

======================================================================
FAIL: test_identify (tkinter.test.test_ttk.test_widgets.ComboboxTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/cpython/cpython/Lib/tkinter/test/test_ttk/test_widgets.py", line 335, in test_identify
    self.assertEqual(self.entry.identify(5, 5), "textarea")
AssertionError: '' != 'textarea'
+ textarea
History
Date User Action Args
2021-01-27 11:55:43vstinnersetrecipients: + vstinner, terry.reedy, ronaldoussoren, ned.deily, serhiy.storchaka
2021-01-27 11:55:43vstinnersetmessageid: <1611748543.84.0.568359559103.issue42507@roundup.psfhosted.org>
2021-01-27 11:55:43vstinnerlinkissue42507 messages
2021-01-27 11:55:43vstinnercreate