ANN: Stackless Python 0.3

Christian Tismer tismer at appliedbiometrics.com
Tue Jul 13 04:48:05 EDT 1999


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!

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaiserin-Augusta-Allee 101   :    *Starship* http://starship.python.net
10553 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     we're tired of banana software - shipped green, ripens at home




More information about the Python-list mailing list