Message279739
| Author |
ned.deily |
| Recipients |
berker.peksag, eric.smith, ned.deily, python-dev, r.david.murray, serhiy.storchaka, socketpair, vstinner |
| Date |
2016年10月30日.18:54:55 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1477853695.38.0.20147115574.issue28385@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Buildbots are failing:
======================================================================
FAIL: test_errors (test.test_fstring.TestCase) (str="f'{(lambda: 0):x}'")
----------------------------------------------------------------------
TypeError: unsupported format string passed to function.__format__
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/buildarea/3.6.angelico-debian-amd64/build/Lib/test/test_fstring.py", line 20, in assertAllRaise
eval(str)
AssertionError: "non-empty" does not match "unsupported format string passed to function.__format__"
======================================================================
FAIL: test_errors (test.test_fstring.TestCase) (str="f'{(0,):x}'")
----------------------------------------------------------------------
TypeError: unsupported format string passed to tuple.__format__
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/buildarea/3.6.angelico-debian-amd64/build/Lib/test/test_fstring.py", line 20, in assertAllRaise
eval(str)
AssertionError: "non-empty" does not match "unsupported format string passed to tuple.__format__"
----------------------------------------------------------------------
Ran 48 tests in 1.389s |
|