[Ironpython-users] bytearray comparison failure

Slide slide.o.mix at gmail.com
Mon Aug 18 21:49:04 CEST 2014


ByteArray.cs the Equals method.


On Mon, Aug 18, 2014 at 11:50 AM, Daniel Fernandez <
fernandez_dan2 at hotmail.com> wrote:

> Hi All,
>
> I ran into an issue comparing bytearray with a string value. I created an
> issue 35470 on codeplex. The code snippet that can reproduce the issue is
> x = bytearray(b'Danny')
> y = 'Danny'
> x == y
>
> IronPython 2.7.5b3 this is False and CPython 2.7.8 is True.
>
> My question is where in the IronPython code does this happen equality
> operation occur with different types? I tried to follow it and simple got
> lost in the maze.  I thought it would occur in the StringOps.Equals but
> that didn't happen. I tried putting break points all over the place but no
> luck.
>
> Thanks
>
> Danny
>
>
>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> https://mail.python.org/mailman/listinfo/ironpython-users
>
>


-- 
Website: http://earl-of-code.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140818/500648cc/attachment.html>


More information about the Ironpython-users mailing list