Delaney, Timothy (Tim) wrote: > Looks like there's a bug in Popen.__del__ in 2.5. I'm not in a position > to have a look right now.
For those not watching python-checkins, a check for "is not None" has been added before the offending line in Popen.__del__. (by Georg, IIRC) Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com