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 berker.peksag
Recipients berker.peksag, serhiy.storchaka
Date 2016-04-15.09:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460713401.07.0.177357500269.issue26766@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed this while looking at issue 26764.

bytearray_mod() and bytearray_format() both have checks for PyByteArray_Check(v). The check in bytearray_format() looks redundant to me.

Here is a patch.
History
Date User Action Args
2016-04-15 09:43:21berker.peksagsetrecipients: + berker.peksag, serhiy.storchaka
2016-04-15 09:43:21berker.peksagsetmessageid: <1460713401.07.0.177357500269.issue26766@psf.upfronthosting.co.za>
2016-04-15 09:43:21berker.peksaglinkissue26766 messages
2016-04-15 09:43:21berker.peksagcreate