It appears as though the spawn.c file is only built on sunos, but it is used everywhere but Windows. That would seem to not work for Linux or MacOS. Can this be built for Linux and MacOS in setup.py too?
Thanks. Tom [EMAIL PROTECTED] wrote: > Folks, > We've run into a lot of trouble in recent builds when we attempt to fork > and are low on memory. This change doesn't do anything to address the > actual memory usage; however, it makes it more likely that we'll > successfully fork a new process when memory is tight. > > This change adds an Python interface to posix_spawn(3C) and creates a > subclass of the subprocess.Popen class to use it. > > Webrev can be found at the location below. > > http://cr.opensolaris.org/~johansen/webrev-4612/ > > Thanks, > > -j > _______________________________________________ > pkg-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/pkg-discuss > _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
