Re: [pypy-dev] [pypy-commit] pypy default: don't raise a warning if the restype is not set, and add a test to check that we hit the fastpath even in that case

2011-07-28 Thread Maciej Fijalkowski
Log:    don't raise a warning if the restype is not set, and add a test to        check that we hit the fastpath even in that case Uh, can we revert this? I think a runtime warning when restype is not set is an excellent idea from the correctness perspective.

Re: [pypy-dev] [pypy-commit] pypy default: don't raise a warning if the restype is not set, and add a test to check that we hit the fastpath even in that case

2011-07-28 Thread Armin Rigo
Hi Maciej, On Thu, Jul 28, 2011 at 6:27 PM, Maciej Fijalkowski fij...@gmail.com wrote: Uh, can we revert this? I think a runtime warning when restype is not set is an excellent idea from the correctness perspective. I'm not sure I agree with this argument. The point I made on irc was that for