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, Michael.Felt, gpolo, miss-islington, serhiy.storchaka, vstinner
Date 2020-12-27.11:08:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609067331.35.0.596640410612.issue42749@roundup.psfhosted.org>
In-reply-to
Content
> New changeset dda12ad63e927e93d71462ad77cc84da55bada9b by Miss Islington (bot) in branch '3.9':
> bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955)

test_tcl still fails on POWER6 AIX 3.9:
https://buildbot.python.org/all/#/builders/330/builds/226

======================================================================
FAIL: test_expr_bignum (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 451, in test_expr_bignum
    self.assertRaises(TclError, tcl.call, 'expr', str(2**1000))
AssertionError: TclError not raised by call
History
Date User Action Args
2020-12-27 11:08:51vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka, David.Edelsohn, Michael.Felt, miss-islington
2020-12-27 11:08:51vstinnersetmessageid: <1609067331.35.0.596640410612.issue42749@roundup.psfhosted.org>
2020-12-27 11:08:51vstinnerlinkissue42749 messages
2020-12-27 11:08:51vstinnercreate