Message103292
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. |
|
| Date |
User |
Action |
Args |
| 2010-04-16 05:56:57 | ezio.melotti | set | recipients:
+ ezio.melotti, loewis, pitrou, abacabadabacaba |
| 2010-04-16 05:56:57 | ezio.melotti | set | messageid: <[email protected]> |
| 2010-04-16 05:56:55 | ezio.melotti | link | issue8401 messages |
| 2010-04-16 05:56:55 | ezio.melotti | create | |
|