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 skrah
Recipients skrah, vstinner
Date 2012-04-27.22:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335564993.44.0.144159847253.issue14686@psf.upfronthosting.co.za>
In-reply-to
Content
Seen on the Gentoo buildbot:

http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/2154/steps/test/logs/stdio======================================================================
ERROR: test_format (test.test_bool.BoolTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_bool.py", line 167, in test_format
    self.assertEqual("%d" % False, "0")
SystemError: Objects/unicodeobject.c:13507: bad argument to internal function

----------------------------------------------------------------------
History
Date User Action Args
2012-04-27 22:16:33skrahsetrecipients: + skrah, vstinner
2012-04-27 22:16:33skrahsetmessageid: <1335564993.44.0.144159847253.issue14686@psf.upfronthosting.co.za>
2012-04-27 22:16:32skrahlinkissue14686 messages
2012-04-27 22:16:32skrahcreate