[Python-Dev] sys.exit(47) ?

M.-A. Lemburg mal at egenix.com
Wed Nov 17 20:39:22 CET 2004


Hi there,

something in the regression suite is generating a temporary
file with content:

#!/bin/sh
exec /path/to/python -c 'import sys; sys.exit(47)'

and not cleaning up after itself.

This started around Oct. 13. Looking at the regression suite
test_subprocess.py seems to be the cause.

BTW, wouldn't sys.exit(42) be more appropriate :-?

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Nov 17 2004)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the Python-Dev mailing list