STINNER Victor <vstin...@python.org> added the comment:

> 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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42749>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to