[New-bugs-announce] [issue14686] SystemError in unicodeobject.c

Stefan Krah report at bugs.python.org
Sat Apr 28 00:16:33 CEST 2012


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

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

----------------------------------------------------------------------

----------
components: Tests
messages: 159502
nosy: haypo, skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: SystemError in unicodeobject.c
type: crash
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14686>
_______________________________________


More information about the New-bugs-announce mailing list