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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, arigo
Date 2011-02-07.19:09:12
SpamBayes Score 0.019572925
Marked as misclassified No
Message-id <1297105753.52.0.146014757313.issue11145@psf.upfronthosting.co.za>
In-reply-to
Content
And this code will crash a debug build:

>>> class X(long):
...     def __oct__(self):
...         return 'foo'.upper()
...
>>> '%o' % X()
Assertion failed: buf[sign] == '0', file ..\..\Objects\stringobject.c, line 4059
History
Date User Action Args
2011-02-07 19:09:13amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, arigo
2011-02-07 19:09:13amaury.forgeotdarcsetmessageid: <1297105753.52.0.146014757313.issue11145@psf.upfronthosting.co.za>
2011-02-07 19:09:12amaury.forgeotdarclinkissue11145 messages
2011-02-07 19:09:12amaury.forgeotdarccreate