Re: [pypy-dev] Blocked Block error

2014-04-22 Thread Ryan Gonzalez
Thank you so much again! That makes sense! On Tue, Apr 22, 2014 at 3:14 AM, Armin Rigo wrote: > Hi Ryan, > > On 21 April 2014 20:37, Ryan Gonzalez wrote: > > What I want to know is the meaning of the Blocked Block error. I always > get > > that error at least once. Usually I can solve it mysel

Re: [pypy-dev] Blocked Block error

2014-04-22 Thread Armin Rigo
Hi Ryan, On 21 April 2014 20:37, Ryan Gonzalez wrote: > What I want to know is the meaning of the Blocked Block error. I always get > that error at least once. Usually I can solve it myself, but I'm curious as > to what it actually means. When RPython does type inference, it works incrementally.

[pypy-dev] Blocked Block error

2014-04-21 Thread Ryan Gonzalez
First, a quick apology: I don't want anyone to feel like I'm abusing the list or something. I just really need help, and StackOverflow isn't necessarily RPython-friendly. What I want to know is the meaning of the Blocked Block error. I always get that error at least once. Usually I can solve it my