Re: selectmodule.c & mkvalue()

Guido van Rossum (Guido.van.Rossum@cwi.nl)
Wed, 01 Jul 1992 10:40:49 +0200

>the recently posted socketmodule.c uses a routine (mkvalue())
>that is not defined anywhere.. Could the person that created
>socketmodule.c please post mkvalue() also?

Oops, it's in a new version of modsupport.c. I've put that on the ftp
site as well (just the file). You must add a declaration for
mkvalue() to modsupport.h: "object *mkvalue();" will do.

BTW, I apologize for the less than professional way in which these
mods are distributed. It's really time that I send out an entire new
version of the system (0.9.7) but that takes much more time -- I want
to avoid the kind of mistakes in a real distribution that I made now :-)

--Guido van Rossum, CWI, Amsterdam <guido@cwi.nl>
PS: do you save your mail without headers and signatures?