[issue14686] SystemError in unicodeobject.c

2012-04-27 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue14686] SystemError in unicodeobject.c

2012-04-27 Thread STINNER Victor
STINNER Victor added the comment: It's my fault. It should be fixed by: changeset: 76590:7bacccd889c2 tag: tip user:Victor Stinner date:Sat Apr 28 00:25:34 2012 +0200 files: Objects/unicodeobject.c description: Fix my previous commit: bool is a long, restore the

[issue14686] SystemError in unicodeobject.c

2012-04-27 Thread Stefan Krah
Stefan Krah added the comment: On another bot: http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%203.x/builds/2205/steps/test/logs/stdio [250/364] test_bool python: Objects/unicodeobject.c:13501: formatlong: Assertion `unicode_modifiable(result)' failed. Fatal Python error: Abort

[issue14686] SystemError in unicodeobject.c

2012-04-27 Thread Stefan Krah
Changes by Stefan Krah : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue14686] SystemError in unicodeobject.c

2012-04-27 Thread Stefan Krah
New submission from Stefan Krah : 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) -