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 ezio.melotti
Recipients abacabadabacaba, ezio.melotti, loewis, pitrou
Date 2010-04-16.05:56:54
SpamBayes Score 0.00062458357
Marked as misclassified No
Message-id <1271397417.0.0.339646551837.issue8401@psf.upfronthosting.co.za>
In-reply-to
Content
This happens because bytearray_ass_subscript() (Objects/bytearrayobject.c:588) calls PyByteArray_FromObject() (:641) that in turn calls bytearray_init() (:746), so the results are similar to the ones returned by calling bytearray(...) directly.
History
Date User Action Args
2010-04-16 05:56:57ezio.melottisetrecipients: + ezio.melotti, loewis, pitrou, abacabadabacaba
2010-04-16 05:56:57ezio.melottisetmessageid: <1271397417.0.0.339646551837.issue8401@psf.upfronthosting.co.za>
2010-04-16 05:56:55ezio.melottilinkissue8401 messages
2010-04-16 05:56:55ezio.melotticreate