ANN: Stackless Python 0.3

Michael Hudson mwh21 at cam.ac.uk
Tue Jul 13 08:22:14 EDT 1999


On Tue, 13 Jul 1999, Christian Tismer wrote:
> Michael Hudson wrote:
> 
> > Very nice, but
> 
> > >>> apply(l.sort,())
> > Traceback (innermost last):
> >   File "<stdin>", line 1, in ?
> > SystemError: error return without exception set
> > >>> l
> > [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
> 
> Here is the patch.
> It was one of those "=" instead of "==" bugs.
> 
> Line 131 of bltinmodule.c should read now
> 
> 	if (retval == Py_UnwindToken) {
> 	-----------!!------------------
> 
> I'm updating the files right now, without changing the version number.
> 
> Thanks, Michael!
> 
> 

A pleasure!
Passes all of make test now - except for rfc822, which is odd, and happens
with both stackless and vanilla python, so presumably isn't your fault.

Now, about continuations...

this-is-posted-from-Pine-rather-than-my-normal-gnus-so-I-hope-
it-all-works-OK-ly y'rs
Michael

PS: If anyone wants a patch from latest CVS source to stackless-python
0.3, building a binary called stackless-python (on unix), drop me a line
and I'll email one to you.

-- 
Oh, very funny. Very sar-cah-stic.         http://www.ntk.net
http://www.ntk.net/doh/options.html - ho ho





More information about the Python-list mailing list