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 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
History
Date User Action Args
2016-10-30 18:54:55ned.deilysetrecipients: + ned.deily, vstinner, eric.smith, r.david.murray, socketpair, python-dev, berker.peksag, serhiy.storchaka
2016-10-30 18:54:55ned.deilysetmessageid: <1477853695.38.0.20147115574.issue28385@psf.upfronthosting.co.za>
2016-10-30 18:54:55ned.deilylinkissue28385 messages
2016-10-30 18:54:55ned.deilycreate