Re: [pypy-dev] An idea about automatic parallelization in PyPy/RPython

2014-11-19 Thread haael
Hi I find it brilliant. Thanks haael Od: "黄若尘" Do: pypy-dev@python.org; Wysłane: 2:46 Wtorek 2014-11-18 Temat: [pypy-dev] An idea about automatic parallelization in PyPy/RPython > Hi everyone, > >I’m a master student in Japan and I want to do some research in > PyPy/RPython. >

[pypy-dev] Was dict subclass discrepancy "fixed" (issue 708)?

2014-11-19 Thread Luciano Ramalho
Hello, I am writing a book about Python 3 [0] and while researching the caveats of subclassing built-in types I discovered the page "Differences between PyPy and CPython" [1] and issue #708 "Discrepancy in dict subclass __getitem__ calls between CPython 2.7 and PyPy 1.5" [2]. [0] http://shop.orei

Re: [pypy-dev] Was dict subclass discrepancy "fixed" (issue 708)?

2014-11-19 Thread Philip Jenvey
On Nov 19, 2014, at 12:06 PM, Luciano Ramalho wrote: > Hello, > > I am writing a book about Python 3 [0] and while researching the > caveats of subclassing built-in types I discovered the page > "Differences between PyPy and CPython" [1] and issue #708 "Discrepancy > in dict subclass __getitem_