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 skrah
Recipients sh, skrah
Date 2009-12-22.17:54:23
SpamBayes Score 0.0015905017
Marked as misclassified No
Message-id <1261504465.03.0.713211707196.issue7561@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry that I missed the first part of your patch. I don't know exactly
what PyByteArray_AS_STRING() is meant to do either, but I think it would
make sense to return an empty string. This here works:

>>> bytes(bytearray(b''))
b''
History
Date User Action Args
2009-12-22 17:54:25skrahsetrecipients: + skrah, sh
2009-12-22 17:54:25skrahsetmessageid: <1261504465.03.0.713211707196.issue7561@psf.upfronthosting.co.za>
2009-12-22 17:54:23skrahlinkissue7561 messages
2009-12-22 17:54:23skrahcreate