Re: [pypy-dev] Adding support for __eq__ to RPython

2014-07-29 Thread Armin Rigo
Hi Tyler, On 29 July 2014 17:45, Tyler Wade wrote: > While working on my GSoC project to move PyPy’s unicode implementation to > utf-8, I added support for __eq__ to RPython. It was suggested on IRC that > this may be controversial and I should write to the mailing list for further > feedback

[pypy-dev] Adding support for __eq__ to RPython

2014-07-29 Thread Tyler Wade
Hello, While working on my GSoC project to move PyPy’s unicode implementation to utf-8, I added support for __eq__ to RPython. It was suggested on IRC that this may be controversial and I should write to the mailing list for further feedback. I’ve pushed my changes to the rpython-__eq__ branc